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

    Type Alias ColorLimit

    Support type describing a validity range.

    type ColorLimit = {
        max: number;
        min: number;
    }
    Index

    Properties

    Properties

    max: number

    Maximum allowed value.

    min: number

    Minimum allowed value.