Class DefaultColorProcessors
public static class DefaultColorProcessors
- Inheritance
-
DefaultColorProcessors
- Inherited Members
Fields
PremultiplyAlpha
Premultiplies RGB of pixels by its alpha
public static readonly Action<byte[]> PremultiplyAlpha
Field Value
ZeroTransparentPixels
Zeroes RGB of pixels having zero alpha(standard XNA behavior)
public static readonly Action<byte[]> ZeroTransparentPixels