Searched refs:ptCMQuality_FastSRGB (Results 1 – 5 of 5) sorted by relevance
155 const short ptCMQuality_FastSRGB = 2; variable
182 {ptCMQuality_FastSRGB, QObject::tr("Fast sRGB preview") },
147 …{"CMQuality" ,ptGT_Choice ,1,1,0 ,ptCMQuality_FastSRGB ,GuiOptions-… in ptSettings()
1747 …rnValue = PreviewImage->lcmsRGBToPreviewRGB(Settings->GetInt("CMQuality") == ptCMQuality_FastSRGB); in UpdatePreviewImage()1998 PreviewImage->lcmsRGBToPreviewRGB(Settings->GetInt("CMQuality") == ptCMQuality_FastSRGB); in UpdatePreviewImage()2016 …Value = HistogramImage->lcmsRGBToPreviewRGB(Settings->GetInt("CMQuality") == ptCMQuality_FastSRGB); in UpdatePreviewImage()
2018 bool Temp = Settings->GetInt("CMQuality") != ptCMQuality_FastSRGB; in UpdateSettings()