SCI.js
    Preparing search index...

    Interface MixOptions

    interface MixOptions {
        mixMode?: "okLab" | "CIE-XYZ" | "CIELAB" | "sRGB" | "linear-RGB";
    }
    Index
    mixMode?: "okLab" | "CIE-XYZ" | "CIELAB" | "sRGB" | "linear-RGB"

    Determine which color space to perform color blending.

    'linear-RGB'