@versatiles/style
    Preparing search index...

    Interface MixOptions

    interface MixOptions {
        hue?: HueMethod;
        space?: Space;
    }
    Index
    hue?: HueMethod

    How to travel between the two hues, in a polar space. Default shorter.

    space?: Space

    Where to interpolate. Default oklab, as CSS uses — it is the space that mixes without grey middles.