Immutable RGBA color interface. Represents a color with red, green, blue, and alpha components. All components are readonly and cannot be modified after creation.
Readonly
Alpha (transparency) component of the color (0.0 to 1.0)
Blue component of the color (0.0 to 1.0)
Green component of the color (0.0 to 1.0)
Red component of the color (0.0 to 1.0)
Immutable RGBA color interface. Represents a color with red, green, blue, and alpha components. All components are readonly and cannot be modified after creation.