On this page

Type Alias RgbaColor

RgbaColor:
    | [ColorChannelValue, ColorChannelValue, ColorChannelValue]
    | [
        ColorChannelValue,
        ColorChannelValue,
        ColorChannelValue,
        AlphaChannelValue,
    ]

Defines a color type made of 3 ColorChannelValue OR 3 ColorChannelValue and one AlphaChannelValue

Was this helpful?
SDK JS
Modules
Reference
types
RgbaColor