]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Give the alpha enums somewhat better/more consistent names, and shuffle them around...
[movit] / effect_chain.h
index bfe52c0dc6ddaf41d590557b984aabf2effa7d4a..f5064eb7b53bb8bfd8ea51919b33a4d9385649d4 100644 (file)
@@ -23,7 +23,7 @@ enum AlphaType {
 // (see effect.h for a discussion of pre- versus postmultiplied alpha).
 enum OutputAlphaFormat {
        OUTPUT_ALPHA_PREMULTIPLIED,
-       OUTPUT_ALPHA_POSTMULTIPLIED,
+       OUTPUT_POSTMULTIPLIED_ALPHA,
 };
 
 // A node in the graph; basically an effect and some associated information.