Enum TextureType
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
Identifies a type of alpha texture.
public enum TextureType
Fields
Aliased1x1 = 0
Specifies an alpha texture for aliased text rendering (that is, each pixel is either fully opaque or fully transparent), with one byte per pixel.
Cleartype3x1 = 1
Specifies an alpha texture for ClearType text rendering, with three bytes per pixel in the horizontal dimension and one byte per pixel in the vertical dimension.
Remarks
An alpha texture is a bitmap of alpha values, each representing opacity of a pixel or subpixel.