Click or drag to resize

ColorType Enumeration

Version 81.3.100
Describes how to interpret the components of a pixel.

Namespace:  CefSharp.Enums
Assembly:  CefSharp (in CefSharp.dll) Version: 81.3.100.0 (81.3.100.0)
Syntax
public enum ColorType
Members
  Member nameValueDescription
Rgba88880 RGBA with 8 bits per pixel (32bits total).
Bgra88881 BGRA with 8 bits per pixel (32bits total).
See Also