Color picker input that builds on Shaderlab's "Color" type.
Color
-
Default color picker.
-
Requires an empty attributes list.
Example:
_Example ("'Example' {}", Color) = (1,1,1)
HDR Color
-
Color picker with the ability to control exposure and pick HDR colors.
-
Requires an empty attributes list, and Unity's [HDR] property drawer.
Example:
[HDR]
_Example ("'Example' {}", Color) = (1,1,1)