Class SubPixelType
public class SubPixelType
- Inheritance
-
SubPixelType
- Inherited Members
Fields
Bgr
3 bytes per pixel, 1 byte per sample, blue-green-red order.
public static readonly SubPixelType Bgr
Field Value
Bgra
4 bytes per pixel, 1 byte per sample, blue-green-red-alpha order.
public static readonly SubPixelType Bgra
Field Value
Bit
1 bit per pixel, 0 = black, 1 = white.
public static readonly SubPixelType Bit
Field Value
Gray
1 byte per pixel, 0 = black, 255 = white.
public static readonly SubPixelType Gray
Field Value
InvertedBit
1 bit per pixel, 0 = white, 1 = black.
public static readonly SubPixelType InvertedBit
Field Value
Rgb
3 bytes per pixel, 1 byte per sample, red-green-blue order.
public static readonly SubPixelType Rgb
Field Value
Rgba
4 bytes per pixel, 1 byte per sample, red-green-blue-alpha order.
public static readonly SubPixelType Rgba
Field Value
Rgbn
4 bytes per pixel, 1 byte per sample, red-green-blue-none order.
public static readonly SubPixelType Rgbn
Field Value
Properties
AlphaOffset
public int AlphaOffset { get; }
Property Value
BitsPerPixel
public int BitsPerPixel { get; }
Property Value
BlueOffset
public int BlueOffset { get; }
Property Value
BytesPerPixel
public int BytesPerPixel { get; }
Property Value
GreenOffset
public int GreenOffset { get; }
Property Value
HasAlpha
public bool HasAlpha { get; }
Property Value
InvertColorSpace
public bool InvertColorSpace { get; }
Property Value
RedOffset
public int RedOffset { get; }