skia
    Preparing search index...

    Interface ColorProperty

    Named color property.

    interface ColorProperty {
        key: string;
        value: number;
    }
    Index

    Properties

    Properties

    key: string

    Property identifier, usually the node name.

    value: number

    Property value (RGBA, 255-based).