php8.5
Home/ Manual/ reference / ui/ Color Representation

Color Representation

Represents RGBA colours, individual channels are accessible via public properties.

Intro

Represents RGBA colours, individual channels are accessible via public properties.

Class synopsis

class UI\Draw\Color { }

Properties

r

Provides access to the red channel

g

Provides access to the green channel

b

Provides access to the blue channel

a

Provides access to the alpha channel

Predefined Constants

UI\Draw\Color::Red

Identifies the red channel

UI\Draw\Color::Green

Identifies the green channel

UI\Draw\Color::Blue

Identifies the blue channel

UI\Draw\Color::Alpha

Identifies the alpha channel

Color

Source: reference/ui/ui.draw.color.xml · from the official PHP manual (php/doc-en)