Variable imageColorModeConst

imageColorMode: {
    bgr: 1;
    bgra: 2;
    gray: 0;
    rgb: 3;
    rgba: 4;
} = ...