Searched refs:gamma_scale (Results 1 – 2 of 2) sorted by relevance
159 gamma_scale; member789 bmp_info.gamma_scale.x=(double) ReadBlobLSBLong(image)/0x10000; in ReadBMPImage()790 bmp_info.gamma_scale.y=(double) ReadBlobLSBLong(image)/0x10000; in ReadBMPImage()791 bmp_info.gamma_scale.z=(double) ReadBlobLSBLong(image)/0x10000; in ReadBMPImage()795 image->gamma=(bmp_info.gamma_scale.x+bmp_info.gamma_scale.y+ in ReadBMPImage()796 bmp_info.gamma_scale.z)/3.0; in ReadBMPImage()2335 if (isgreater(bmp_info.gamma_scale.x, 1.0) || in WriteBMPImage()2336 !isgreater(bmp_info.gamma_scale.x, 0.0)) in WriteBMPImage()2337 bmp_info.gamma_scale.x = 0.0; in WriteBMPImage()2338 if (isgreater(bmp_info.gamma_scale.y, 1.0) || in WriteBMPImage()[all …]
109 gamma_scale; member