@microsoft/fast-colors > ColorRGBA64 > (constructor)
ColorRGBA64.(constructor)
Constructs a new instance of the ColorRGBA64
class
constructor(red: number, green: number, blue: number, alpha?: number);
Parameters
Parameter | Type | Description |
---|---|---|
red | number | the red value |
green | number | the green value |
blue | number | the blue value |
alpha | number | the alpha value |