Specifies the format of the color data for each pixel in the image.

Namespace: FirstFloor.Documents.Imaging
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public enum PixelFormat
Visual Basic
Public Enumeration PixelFormat
Visual C++
public enum class PixelFormat

Members

Member nameValueDescription
Abgr0 Color information specified by using alpha, blue, green, red and channels.
Argb1 Color information specified by using alpha, red, green and blue channels.

See Also