@tempots/color

SRGB.(constructor)

Constructs a new instance of the SRGB class

Signature:

constructor(red: number, blue: number, green: number);

Parameters

Parameter

Type

Description

red

number

Percentage (0-100)

blue

number

Percentage (0-100)

green

number

Percentage (0-100)