Partilhar via


TextureProcessor Members

The following tables list the members exposed by the TextureProcessor type.

Public Constructors

Name Description
Public Method TextureProcessor Initializes a new instance of the TextureProcessor class.

Public Properties

Name Description
Public Property ColorKeyColor Specifies the color used when color keying for a texture is enabled.
Public Property ColorKeyEnabled Specifies whether color keying of a texture is enabled.
Public Property GenerateMipmaps Specifies if a full chain of mipmaps are generated from the source texture.
Public Property PremultiplyAlpha Specifies whether alpha premultiply of textures is enabled.
Public Property ResizeToPowerOfTwo Specifies whether resizing of a texture is enabled.
Public Property TextureFormat Specifies the texture format of outputmaterials.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Process Processes a texture.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

TextureProcessor Class
Microsoft.Xna.Framework.Content.Pipeline.Processors Namespace