X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=colorspace_conversion_effect.h;fp=colorspace_conversion_effect.h;h=a59d4766a8ba3699b23723d6b87fd64cab4dc6c4;hp=d8754654d6d2b5023fa669197c617389cb40933a;hb=e683d4e49549b2d4c6906d2ebc4184904f4fe9f8;hpb=f909bfe0621e8c844695ef327b71457893633cae diff --git a/colorspace_conversion_effect.h b/colorspace_conversion_effect.h index d875465..a59d476 100644 --- a/colorspace_conversion_effect.h +++ b/colorspace_conversion_effect.h @@ -28,7 +28,7 @@ public: bool needs_srgb_primaries() const override { return false; } AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; } - bool one_to_one_sampling() const override { return true; } + bool strong_one_to_one_sampling() const override { return true; } // Get a conversion matrix from the given color space to XYZ. static Eigen::Matrix3d get_xyz_matrix(Colorspace space);