ColorValue
Contents
[
Hide
]ColorValue class
Represents color value
Constructors
| Name | Description |
|---|---|
| ColorValue | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | String | Color Value. To set the color, enter a number from 0 to 23 or the RGB value in hexadecimal notation. |
| Ufe | UnitFormulaErr | Attributes of an element. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
| deepClone | Creates deep copy of this instance. |
ColorValue(value, unit)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | String | |
| unit | int | A MeasureConst value. |
ColorValue.Value property
Color Value. To set the color, enter a number from 0 to 23 or the RGB value in hexadecimal notation.
Type: String
ColorValue.Ufe property
Attributes of an element.
Type: UnitFormulaErr
equals(value)
Are objects equal.
| Parameter | Type | Description |
|---|---|---|
| value | Object |
hashCode()
Serves as a hash function for a particular type.
deepClone()
Creates deep copy of this instance.