Creates a new ColorHandle instance.
The RGBA color value.
The unique identifier assigned by the server.
The color manager instance that manages this color handle.
Readonly
colorThe RGBA color value
Readonly
idUnique identifier for the color instance
Gets the alpha (opacity) component of the color.
The alpha component value in the range [0-255].
Gets the blue component of the color.
The blue component value in the range [0-255].
Indicates whether the color handle has been disposed.
True if the color handle has been disposed, false otherwise.
Gets the green component of the color.
The green component value in the range [0-255].
Gets the hexadecimal representation of the color.
The color value as a hexadecimal number.
Gets the red component of the color.
The red component value in the range [0-255].
Represents a handle to a color in the color management system. This class provides access to color components and manages the lifecycle of color instances.