Color4Like
- class cee.Color4Like()
Interface describing an object with r,g,b,a properties.
Properties
- cee.Color4Like.a
The alpha component of the color. Range: 0..1
- cee.Color4Like.b
The blue component of the color. Range: 0..1
- cee.Color4Like.g
The green component of the color. Range: 0..1
- cee.Color4Like.r
The red component of the color. Range: 0..1