more double promote fixes, still not complete
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
const double xyz_rgb[3][3] = { // XYZ from RGB
|
||||
const float xyz_rgb[3][3] = { // XYZ from RGB
|
||||
{ 0.412453, 0.357580, 0.180423 },
|
||||
{ 0.212671, 0.715160, 0.072169 },
|
||||
{ 0.019334, 0.119193, 0.950227 }
|
||||
|
Reference in New Issue
Block a user