Skip to main content

ColorFormat Enum

NuGet: GHIElectronics.TinyCLR.Drawing
Assembly: GHIElectronics.TinyCLR.Drawing
Namespace: System.Drawing

Specifies the bits-per-pixel layout of color data.

public enum ColorFormat

Fields

NameValueDescription
Rgb8888032 bits per pixel (8 bits each for alpha, red, green, blue).
Rgb888124 bits per pixel (8 bits each for red, green, blue).
Rgb565216 bits per pixel (5 red, 6 green, 5 blue).
Rgb444312 bits per pixel (4 bits each for red, green, blue).
Rgb33248 bits per pixel (3 red, 3 green, 2 blue).