Bitbybit Docs
    Preparing search index...

    Class Rgba1Dto (Inputs.Color)

    An { r, g, b, a } color with every channel from 0 to 1, for color.rgba1Color.

    Index

    Constructors

    Properties

    Constructors

    Properties

    colorRgba: ColorRGBA

    The color object; every channel from 0 to 1, a being 0 for transparent and 1 for opaque.

    { "r": 0, "g": 0, "b": 1, "a": 1 }
    

    0

    1