Table of Contents

Enum PixelFormat

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Describes a pixel format of an image or texture.

public enum PixelFormat

Fields

ARGB = 1

Byte order is ARGB.

BGRA = 2

Byte order is BGRA.

None = 0

No format defined.