GLKTextureInfoAlphaState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify the manner in which the alpha information is stored in the source image.
public enum GLKTextureInfoAlphaState
type GLKTextureInfoAlphaState =
- Inheritance
-
GLKTextureInfoAlphaState
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
NonPremultiplied | 1 | |
Premultiplied | 2 |