I'd like to make a very simple command-line tool that can:
1. Set/read the monitor brightness (the actual lamp, not a ColorSync thing)
2. Set/read the system volume -- Nevermind, f…
Sorry, other than a cryptically named constant, all my best grepping and handreading through those frameworks and others hasn't turned up an obvious API for monitor brightness.
An…
Quote:
Originally posted by PipelineStall:
One way you may try and figure it out is if you have a PowerBook; when you press the brightness keys, loginwindow changes the …
Woah, blast from the past.
Incidentally, I ended up just setting the monitor gamma to zero, which turns the screen black, without actually changing the monitor brightness.
This t…
Well I really want to adjust brightness using software, as I try to write an application that sets the brightness when the battery status change.
Yes it is a recovered topic, I di…
Hello, everyone!
I'm a very experienced C++ programmer, but new to Cocoa and Obj-C. I love what I see so far, just have some problems I'm hoping someone can help me with
1) Whe…
1) - is for instance methods, + for class methods (called "static" in C++ and Java)
2) I had problems making colors, too. colorWithDeviceRed ended up working, though.
3) Don't…
2) I can't seem to create RGB colors with NSColor. Do I use colorWithDeviceRed? or colorWithCalibratedRed?
"Device" colors are are colors which will always use those values, on an…
Quote:
Originally posted by ali:
"Device" colors are are colors which will always use those values, on any device. "Calibrated" colors might attempt color matching. Typi…
Not too sure what section to post this in, so please excuse the cross posting... also kinda hoping for some quick responses! Thanks.
OK, dig this... I've got a real PITA process o…