Taos API Reference
    Preparing search index...

    Interface StyleColor

    An RGBA color in 0–1 (the result type of color() / rgb() expressions).

    interface StyleColor {
        r: number;
        g: number;
        b: number;
        a: number;
    }
    Index

    Properties

    r g b a

    Properties

    r: number
    g: number
    b: number
    a: number