Enum PitchFlags
Flags to handle legacy format types.
Namespace: Gorgon.Graphics
Assembly: Gorgon.Graphics.Imaging.dll
Syntax
[Flags]
public enum PitchFlags
Fields
Name | Description |
---|---|
Align16Byte | Pitch is 16-byte aligned instead of byte aligned. |
Align32Byte | Pitch is 32-byte aligned instead of byte aligned. |
Align4K | Pitch is 4096-byte aligned instead of byte aligned. |
Align64Byte | Pitch is 64-byte aligned instead of byte aligned. |
BPP16 | Format uses 16 bits per pixel. |
BPP24 | Format uses 24 bits per pixel. |
BPP8 | Format uses 8 bits per pixel. |
LegacyDWORD | Data is aligned to a DWORD boundary instead of a byte boundary. |
None | None. |