Gorgon
Show / Hide Table of Contents

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.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author