FromInts static method

Color3 FromInts(
  1. num r,
  2. num g,
  3. num b
)

Implementation

external static Color3 FromInts(num r, num g, num b);