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

    Type Alias HsvJson

    The JSON representation of an HSV color.

    type HsvJson = {
        h: number;
        s: number;
        v: number;
    }
    Index

    Properties

    h s v

    Properties

    h: number

    The h component.

    s: number

    The s component.

    v: number

    The v component.