@skchr/color
    Preparing search index...

    Type Alias DeficiencyOptions

    Overrides to specify the type of color blindness and filter intensity.

    type DeficiencyOptions = {
        kind?: DeficiencyType;
        severity?: number;
        token?: TokenOptions;
    }
    Index

    Properties

    The type of color vision deficiency. Default is 'red'

    severity?: number

    The intensity of the filter. The expected value is between [0,1]. Default is 0.1.

    token?: TokenOptions

    Specify the parsing behaviour and change output type of the ColorToken.