Variable colorModelsConst

colorModels: Record<
    ImageColorModel,
    { alpha: boolean; channels: number; components: number },
> = ...