RGBA color representation struct
Rgba companion
Address of native referenced object. nullptr if not referencing any native allocated object. Note native allocation will happen only once.
The alpha value in 0-255
Converts this RGBA value to ARGB.
Converts this RGBA value to BGRA.
The blue value in 0-255
The green value in 0-255
Compute color luma in ITU-R BT.709 specs.
The red value in 0-255
The value that encodes the all of the color's channels. RGBA color space.
Converts this Rgba to Color.
Overrides finalize that garbage collector will call when needed.
Check if color is light.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Checks if this object is valid.
Releases the native referenced value of this object if:
Swaps red and blue colors.