DRTextureProcessor Class |
Namespace: DigitalRune.Graphics.Content.Pipeline
The DRTextureProcessor type exposes the following members.
Name | Description | |
---|---|---|
DRTextureProcessor | Initializes a new instance of the DRTextureProcessor class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Process |
Processes a texture.
(Overrides ContentProcessor.Process(UTP, ContentProcessorContext).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ColorKeyColor |
Gets or sets the color used when color keying for a texture is enabled. When color keying,
all pixels of a specified color are replaced with transparent black.
| |
ColorKeyEnabled |
Gets or sets a value indicating whether color keying of a texture is enabled.
| |
Format |
Gets or sets the texture format of output.
| |
GenerateMipmaps |
Gets or sets a value indicating whether a full chain of mipmaps is generated from the input
texture. Existing mipmaps of the texture are not replaced.
| |
InputGamma |
Gets or sets the gamma of the input texture.
| |
OutputGamma |
Gets or sets the gamma of the output texture.
| |
PremultiplyAlpha |
Gets or sets a value indicating whether the texture is converted to premultiplied alpha format.
| |
ReferenceAlpha |
Gets or sets the reference alpha value, which is used in the alpha test.
| |
ResizeToPowerOfTwo |
Gets or sets a value indicating whether the texture is resized to the next largest power of
two.
| |
ScaleAlphaToCoverage |
Gets or sets a value indicating whether the alpha of the lower mipmap levels should be
scaled to achieve the same alpha test coverage as in the source image.
|