Gets the alpha component.
Sets the alpha component and updates the uint32 representation.
The new alpha component (0-255).
Gets the blue component.
Sets the blue component and updates the uint32 representation.
The new blue component (0-255).
Gets the green component.
Sets the green component and updates the uint32 representation.
The new green component (0-255).
Gets the red component.
Sets the red component and updates the uint32 representation.
The new red component (0-255).
Copies the RGBA values from another color.
The color to copy from.
Checks if the current color is equal to another color.
The color to compare with.
True if the colors are equal, otherwise false.
Static
from
Represents a color with red, green, blue, and alpha (transparency) components.