Closed cyotek closed 10 years ago
This is because the SetColor
gets a HSL color based on the angle (hue) and saturation. There's no luminance available though so it uses a default of .5, which gives you that middle grey. Change it to 1 and you'll get white... wherever you click in the wheel. Not quite as useful, I think you'll agree!
Not sure on how to fix this one to be honest. I'll have a think.
Regards; Richard Moss
Fixed the bug where the LightnessColorSlider
control couldn't be linked to a ColorWheel
via the ColorEditorManager
and have the values update as expected. Closing this issue now as you can link them up, then use the Color
property of the ColorEditorManager
to get a composite value.
By the way I think it's not a hack it's the way HSL works.
Try using HSV (HSB) with value 1 instead of .5
Regards, Faisal
Hello... I have no idea what you're referring to in regards to a hack.
As I've already mentioned, if you use a value of 1 you get a white wheel.