Table of Contents

Class DefaultColorProcessors

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll
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

Action<byte[]>

ZeroTransparentPixels

Zeroes RGB of pixels having zero alpha(standard XNA behavior)

public static readonly Action<byte[]> ZeroTransparentPixels

Field Value

Action<byte[]>