Click or drag to resize
DigitalRuneDRTextureProcessor Properties

The DRTextureProcessor type exposes the following members.

Properties
  NameDescription
Public propertyColorKeyColor
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.
Public propertyColorKeyEnabled
Gets or sets a value indicating whether color keying of a texture is enabled.
Public propertyFormat
Gets or sets the texture format of output.
Public propertyGenerateMipmaps
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.
Public propertyInputGamma
Gets or sets the gamma of the input texture.
Public propertyOutputGamma
Gets or sets the gamma of the output texture.
Public propertyPremultiplyAlpha
Gets or sets a value indicating whether the texture is converted to premultiplied alpha format.
Public propertyReferenceAlpha
Gets or sets the reference alpha value, which is used in the alpha test.
Public propertyResizeToPowerOfTwo
Gets or sets a value indicating whether the texture is resized to the next largest power of two.
Public propertyScaleAlphaToCoverage
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.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyMicrosoft#Xna#Framework#Content#Pipeline#IContentProcessor#InputType (Inherited from ContentProcessorTextureContent, TextureContent.)
Explicit interface implementationPrivate propertyMicrosoft#Xna#Framework#Content#Pipeline#IContentProcessor#OutputType (Inherited from ContentProcessorTextureContent, TextureContent.)
Top
See Also