bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Interface LabelColorInfo

    interface LabelColorInfo {
        hasColor: boolean;
        r: number;
        g: number;
        b: number;
        a: number;
    }
    Index

    Properties

    Properties

    hasColor: boolean

    Whether color is set on this label

    r: number

    Red component (0-1)

    g: number

    Green component (0-1)

    b: number

    Blue component (0-1)

    a: number

    Alpha component (0-1)