Bitbybit Docs
    Preparing search index...

    Class Rgba255Dto (Inputs.Color)

    An { r, g, b, a } color with color channels from 0 to 255 and opacity from 0 to 1, for color.rgba255Color.

    Index

    Constructors

    Properties

    Constructors

    Properties

    colorRgba: ColorRGBA

    The color object; r, g and b from 0 to 255 and a from 0 (transparent) to 1 (opaque).

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

    0

    255