• Returns an integer formed by concatenating the channels of the input color vector. Each channel is clamped to the range [0.0, 1.0] before being converted to 8 bits. An RGB color is packed into 24 bits, and a RGBA into 32 bits.

    Parameters

    Returns number

Generated using TypeDoc