Constructor ColorControl
ColorControl(String, Boolean)
Default constructor of ColorControl
Declaration
public ColorControl(string propertyName, bool showAlphaValue = true)
Parameters
| Type | Name | Description |
|---|---|---|
| String | propertyName | Material property name. |
| Boolean | showAlphaValue | Show alpha value in the color picker, Optional (default: true). |