H
Heinz Kiosk
How can you make a new Color that is a brighter or dimmer version of an
existing Color?
eg Color myBrighterColor = BrighterVersionOf(someColor,alterByPercentage)
I can extract hue/brightness/saturation using Color calls but I can't see
any way of converting altered values for these back to a Color the way I
could in Win32.
If there is no call for this can anyone give me some pointers on how to make
RGB values brighter or dimmer without altering saturation or hue, I've tried
turning up/down all the values but they always seem to get greyer too if you
do that.
Thank you
Tom
existing Color?
eg Color myBrighterColor = BrighterVersionOf(someColor,alterByPercentage)
I can extract hue/brightness/saturation using Color calls but I can't see
any way of converting altered values for these back to a Color the way I
could in Win32.
If there is no call for this can anyone give me some pointers on how to make
RGB values brighter or dimmer without altering saturation or hue, I've tried
turning up/down all the values but they always seem to get greyer too if you
do that.
Thank you
Tom