Class RGBMinMaxDto (Inputs.Color)
Constructors
constructor
new RGBMinMaxDto( r?: number, g?: number, b?: number, min?: number, max?: number,): RGBMinMaxDto Parameters
Optionalr: numberOptionalg: numberOptionalb: numberOptionalmin: numberOptionalmax: number
Properties
r
r: number
g
g: number
b
b: number
min
min: number
max
max: number
Three channel values and the range they use, for
color.rgbToHex.