ConstantColorUsageAttribute

public ConstantColorUsageAttribute(bool showAlpha) ;

Attributes that configure constant configuration for Color
Can be applied for fields in InputField<Color>.

Parameter Name Description
showAlpha If set to true, the alpha value will be displayed.
public ConstantColorUsageAttribute(bool showAlpha, bool hdr) ;

Attributes that configure constant configuration for Color
Can be applied for fields in InputField<Color>.

Parameter Name Description
showAlpha If set to true, the alpha value will be displayed.
hdr If set to true the Color is treated as a HDR color.