KoDummyColorProfile.cpp (krita-5.1.3.tar.xz) | : | KoDummyColorProfile.cpp (krita-5.1.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 109 | skipping to change at line 109 | |||
} | } | |||
QVector <double> KoDummyColorProfile::getEstimatedTRC() const | QVector <double> KoDummyColorProfile::getEstimatedTRC() const | |||
{ | { | |||
QVector<double> Dummy(3); | QVector<double> Dummy(3); | |||
Dummy.fill(2.2); | Dummy.fill(2.2); | |||
return Dummy; | return Dummy; | |||
} | } | |||
bool KoDummyColorProfile::compareTRC(TransferCharacteristics, float) const | ||||
{ | ||||
return false; | ||||
} | ||||
void KoDummyColorProfile::linearizeFloatValue(QVector <double> & ) const | void KoDummyColorProfile::linearizeFloatValue(QVector <double> & ) const | |||
{ | { | |||
} | } | |||
void KoDummyColorProfile::delinearizeFloatValue(QVector <double> & ) const | void KoDummyColorProfile::delinearizeFloatValue(QVector <double> & ) const | |||
{ | { | |||
} | } | |||
void KoDummyColorProfile::linearizeFloatValueFast(QVector <double> & ) const | void KoDummyColorProfile::linearizeFloatValueFast(QVector <double> & ) const | |||
{ | { | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added |