Property HasHDRColor
HasHDRColor
Boolean that defines if the control needs to render the second material property as an hdr color field, only works if there is only one extra property and it's a color property.
Declaration
[Chainable]
public bool HasHDRColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if the color property should have an HDR color field, false otherwise. |