X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.h;h=082c234c5292ebf7361326022b6eb918d16c8365;hp=fcb752638115dd6297bccb918cd606dd3b535645;hb=2293282969ee51d9c244df8a3082de0605512537;hpb=34121ba75f6274c25c2cee53169819ae96e77d66 diff --git a/effect.h b/effect.h index fcb7526..082c234 100644 --- a/effect.h +++ b/effect.h @@ -60,7 +60,9 @@ public: // set of RGB primaries; you would currently not get YCbCr // or something similar). // - // Again, most effects will want this. + // Again, most effects will want this, but you can set it to false + // if you process each channel independently, equally _and_ + // in a linear fashion. virtual bool needs_srgb_primaries() const { return true; } // Whether this effect expects its input to come directly from