X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=colorspace_conversion_effect.h;h=a59d4766a8ba3699b23723d6b87fd64cab4dc6c4;hp=d8754654d6d2b5023fa669197c617389cb40933a;hb=9be82157cfc320d6669d82ab9057862067b77325;hpb=39b6975420669958ed9f4013440aea415134a902 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);