KoColorProfileConstants.h (krita-5.1.3.tar.xz) | : | KoColorProfileConstants.h (krita-5.1.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 69 | skipping to change at line 69 | |||
TRC_IEC_61966_2_1, //sRGB, different from rec709 | TRC_IEC_61966_2_1, //sRGB, different from rec709 | |||
TRC_ITU_R_BT_2020_2_10bit, //formally, rec 709, can also be gamma 2.4 UHDTV | TRC_ITU_R_BT_2020_2_10bit, //formally, rec 709, can also be gamma 2.4 UHDTV | |||
TRC_ITU_R_BT_2020_2_12bit, //formally, a precise version of rec 709. UHDTV | TRC_ITU_R_BT_2020_2_12bit, //formally, a precise version of rec 709. UHDTV | |||
TRC_ITU_R_BT_2100_0_PQ, //Perceptual Quantizer, cannot be represented in icc 4, also named SMPTE 2048 curve, HDR | TRC_ITU_R_BT_2100_0_PQ, //Perceptual Quantizer, cannot be represented in icc 4, also named SMPTE 2048 curve, HDR | |||
TRC_SMPTE_ST_428_1, //O = (48 * I / 52.37) ^ (1 / 2.6), cannot be represente d in icc 4 | TRC_SMPTE_ST_428_1, //O = (48 * I / 52.37) ^ (1 / 2.6), cannot be represente d in icc 4 | |||
TRC_ITU_R_BT_2100_0_HLG, //Hybrid Log Gamma, cannot be represented in icc 4, HDR | TRC_ITU_R_BT_2100_0_HLG, //Hybrid Log Gamma, cannot be represented in icc 4, HDR | |||
// 19-255 are reserved by ITU/ISO | // 19-255 are reserved by ITU/ISO | |||
TRC_GAMMA_1_8 = 256, //Gamma 1.8 | TRC_GAMMA_1_8 = 256, //Gamma 1.8 | |||
TRC_GAMMA_2_4, //Gamma 2.4 | TRC_GAMMA_2_4, //Gamma 2.4 | |||
TRC_PROPHOTO, //Gamma 1.8 unless under 16/512 | TRC_PROPHOTO, //Gamma 1.8 unless under 16/512 | |||
TRC_A98 //Gamma of 256/563 | TRC_A98, // Gamma of 256/563 | |||
TRC_LAB_L // L* transfer curve | ||||
}; | }; | |||
#endif // KOCOLORPROFILECONSTANTS_H | #endif // KOCOLORPROFILECONSTANTS_H | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |