Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Color3

RGB color.

export
interface

Color3

Hierarchy

  • Color3

Index

Properties

Properties

b

b: number

Color value from 0 to 255.

memberof

Color3

g

g: number

Color value from 0 to 255.

memberof

Color3

r

r: number

Color value from 0 to 255.

memberof

Color3