@OPEN-KAPPA/COLORS
    Preparing search index...

    Variable COLOR_ADAPTATION_MATRIXESConst

    COLOR_ADAPTATION_MATRIXES: {
        bradford: Matrix3x3;
        cat02: Matrix3x3;
        vonKries: Matrix3x3;
        xyzScaling: Matrix3x3;
    } = ...

    Matrici standard per la conversione XYZ -> LMS. Fonti: Bruce Lindbloom, ASTM E308, CSS Color Level 4.

    Type Declaration

    • bradford: Matrix3x3

      Bradford: standard de-facto pre-CIECAM02. Considered optimal for natural images and used by ICC profiles.

    • cat02: Matrix3x3

      CAT02 (CIECAM02). Optimized to minimize perceptive error. Currently the state of the art together with CAT16

    • vonKries: Matrix3x3

      Von Kries (Hunt-Pointer-Estevez). The most pure model of human optical cones. Very often used in scientific literature.

    • xyzScaling: Matrix3x3

      XYZ Scaling (Simple). No transformation. Direct scaling of X, Y, Z. Very often produces poor results.