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 = 1Byte order is ARGB.
BGRA = 2Byte order is BGRA.
None = 0No format defined.