ColorValue

ColorValue class

Represents color value

Constructors

NameDescription
ColorValueConstructor.

Properties

NameTypeDescription
ValueStringColor Value. To set the color, enter a number from 0 to 23 or the RGB value in hexadecimal notation.
UfeUnitFormulaErrAttributes of an element.

Methods

NameDescription
equalsAre objects equal.
hashCodeServes as a hash function for a particular type.
deepCloneCreates deep copy of this instance.

ColorValue(value, unit)

Constructor.

ParameterTypeDescription
valueString
unitintA 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.

ParameterTypeDescription
valueObject

hashCode()

Serves as a hash function for a particular type.

deepClone()

Creates deep copy of this instance.