Class PixelFormats
Contains standard pixel formats available as output from an IPixelSource.
Inheritance
System.Object
PixelFormats
Namespace: PhotoSauce.MagicScaler
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public static class PixelFormats : Object
Fields
Bgr24bpp
RGB data with 1 byte per channel in BGR byte order.
Declaration
public static readonly Guid Bgr24bpp
Field Value
Type | Description |
---|---|
System.Guid | 6FDDC324-4E03-4BFE-B185-3D77768DC90C |
Bgra32bpp
RGBA data with 1 byte per channel in BGRA byte order.
Declaration
public static readonly Guid Bgra32bpp
Field Value
Type | Description |
---|---|
System.Guid | 6FDDC324-4E03-4BFE-B185-3D77768DC90F |
Grey8bpp
Greyscale data with 1 byte per pixel.
Declaration
public static readonly Guid Grey8bpp
Field Value
Type | Description |
---|---|
System.Guid | 6FDDC324-4E03-4BFE-B185-3D77768DC908 |