martinchrzan / ColorPicker

Windows system-wide color picker
MIT License
339 stars 29 forks source link

FeatureRequest: Add vec3 or vec4 mode for shader debugging. #5

Closed gonnavis closed 3 years ago

gonnavis commented 3 years ago

Could you please add a new vec4 mode to facilitate the shader debugging?

This mode will map 0,255 to 0,1.

For example:

rgb(0, 127, 255) to vec4(0, .5, 1, 1)

rgb(100, 50, 75) to vec4(0.392, 0.196, .294, 1)

martinchrzan commented 3 years ago

Will do, thanks for a suggestion!