Bridge2021
Object

Color

Represents a pixel in the sRGB color space, with an optional alpha channel for opacity.

Properties

NameType AccessDescription
Number read/write Degree of opacity when the color is composited.
Number read/write Blue component value.
Number read/write Green component value.
Number read/write The color expressed as a 32-bit ARGB value.
Number read/write Red component value.

Methods

String

Retrieves the hexadecimal value of this color, including the alpha channel.