Class PixelFormats.Planar
Contains standard pixel formats for IYccImageFrame implementations.
Inheritance
System.Object
PixelFormats.Planar
Namespace: PhotoSauce.MagicScaler
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public static class Planar : Object
Fields
Cb8bpp
Planar blue-yellow chroma data with 1 byte per pixel.
Declaration
public static readonly Guid Cb8bpp
Field Value
Type | Description |
---|---|
System.Guid | 1339F224-6BFE-4C3E-9302E4F3A6D0CA2A |
Cr8bpp
Planar red-green chroma data with 1 byte per pixel.
Declaration
public static readonly Guid Cr8bpp
Field Value
Type | Description |
---|---|
System.Guid | B8145053-2116-49F0-8835ED844B205C51 |
Y8bpp
Planar luma data with 1 byte per pixel.
Declaration
public static readonly Guid Y8bpp
Field Value
Type | Description |
---|---|
System.Guid | 91B4DB54-2DF9-42F0-B449-2909BB3DF88E |