Skip to main content
Version: 1.x

@microsoft/fast-colors > ColorRGBA64 > (constructor)

ColorRGBA64.(constructor)

Constructs a new instance of the ColorRGBA64 class

Signature:
constructor(red: number, green: number, blue: number, alpha?: number);

Parameters

ParameterTypeDescription
rednumberthe red value
greennumberthe green value
bluenumberthe blue value
alphanumberthe alpha value