ColorValue

ColorValue class

Represents color value

new ColorValue(value, unit)

Constructor.

Methods

NameDescription
deepClone()Creates deep copy of this instance.
equals(value)Are objects equal.
getUfe()Attributes of an element.
getValue()Color Value. To set the color, enter a number from 0 to 23 or the RGB value in hexadecimal notation.
hashCode()Serves as a hash function for a particular type.
setUfe()Attributes of an element.
setValue()Color Value. To set the color, enter a number from 0 to 23 or the RGB value in hexadecimal notation.

deepClone()

Creates deep copy of this instance.

Returns: Object — Object

equals(value)

Are objects equal.

ParameterTypeDescription
valueObject

Returns: boolean — boolean

getUfe()

Attributes of an element.

getValue()

Color Value. To set the color, enter a number from 0 to 23 or the RGB value in hexadecimal notation.

hashCode()

Serves as a hash function for a particular type.

Returns: Number — Number

setUfe()

Attributes of an element.

setValue()

Color Value. To set the color, enter a number from 0 to 23 or the RGB value in hexadecimal notation.