ColorUsageAttributeConstructor

매뉴얼로 전환
public ColorUsageAttribute (bool showAlpha);
public ColorUsageAttribute (bool showAlpha, bool hdr, float minBrightness, float maxBrightness, float minExposureValue, float maxExposureValue);

파라미터

showAlphaIf false then the alpha channel info is hidden both in the ColorField and in the Color Picker.
hdrSet to true if the color should be treated as a HDR color (default value: false).
minBrightnessMinimum allowed HDR color component value when using the HDR Color Picker (default value: 0).
maxBrightnessMaximum allowed HDR color component value when using the HDR Color Picker (default value: 8).
minExposureValueMinimum exposure value allowed in the HDR Color Picker (default value: 1/8 = 0.125).
maxExposureValueMaximum exposure value allowed in the HDR Color Picker (default value: 3).

설명

Attribute for Color fields. Used for configuring the GUI for the color.