Color3Like

class cee.Color3Like()

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

Properties


Properties

Color3Like.b
Type:

number

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

Color3Like.g
Type:

number

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

Color3Like.r
Type:

number

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