Color4Like

class cee.Color4Like()

Interface describing an object with r,g,b,a properties.

Properties


Properties

Color4Like.a
Type:

number

The alpha component of the color. Range: 0..1

Color4Like.b
Type:

number

The blue component of the color. Range: 0..1

Color4Like.g
Type:

number

The green component of the color. Range: 0..1

Color4Like.r
Type:

number

The red component of the color. Range: 0..1