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

Properties

Properties

mixMode?:
    | "okLab"
    | "CIE-XYZ"
    | "CIELAB"
    | "sRGB"
    | "linear-RGB"

Determine which color space to perform color blending.

'linear-RGB'