@OPEN-KAPPA/COLORS
    Preparing search index...

    Type Alias HwbJson

    The JSON representation of an HWB color.

    type HwbJson = {
        alpha: number;
        b: number;
        h: number;
        w: number;
    }
    Index

    Properties

    Properties

    alpha: number

    The alpha component.

    b: number

    The b component.

    h: number

    The h component.

    w: number

    The w component.