godot icon indicating copy to clipboard operation
godot copied to clipboard

Add `srgb_color` shader hint.

Open basicer opened this issue 4 months ago • 6 comments

Sometimes shaders want to accept a color as input that is always in the srgb color space. This adds a hint to vec3/vec4 to enable the color picker popup for those vectors but disable color space conversion.

basicer avatar Oct 04 '24 07:10 basicer