DDNet - v0.8.1
    Preparing search index...

    Type Alias HSLA_Color

    Represents an HSLA color.

    type HSLA_Color = {
        a: number;
        h: number;
        l: number;
        s: number;
    }
    Index

    Properties

    a h l s

    Properties

    a: number
    h: number
    l: number
    s: number