Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display the spinning NSProgressIndicator in a white color? #1

Open
iHTCboy opened this issue Dec 21, 2016 · 0 comments
Open

display the spinning NSProgressIndicator in a white color? #1

iHTCboy opened this issue Dec 21, 2016 · 0 comments

Comments

@iHTCboy
Copy link

iHTCboy commented Dec 21, 2016

CIFilter *lighten = [CIFilter filterWithName:@"CIColorControls"];
[lighten setDefaults];
[lighten setValue:@1 forKey:@"inputBrightness"];
[self.indicator setContentFilters:[NSArray arrayWithObjects:lighten, nil]];

http://stackoverflow.com/questions/456445/how-can-i-display-the-spinning-nsprogressindicator-in-a-different-color

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant