@skchr/color
    Preparing search index...

    Type Alias Fact<F>

    Fact: F extends true ? { color: ColorToken; factor: number } : number

    The value of the factor being queried usually a number but can also be falsy like NaN for edge cases or an object with the value of the factor and the color token associated with it.

    Type Parameters

    • F