Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Typedef cef_alpha_type_t

   in cef_types.h

Describes how to interpret the alpha component of a pixel.




Details

cef_alpha_type_t

public typedef enum {///// No transparency. The alpha component is ignored./// CEF_ALPHA_TYPE_OPAQUE,///// Transparency with pre- multiplied alpha component./// CEF_ALPHA_TYPE_PREMULTIPLIED,///// Transparency with post- multiplied alpha component./// CEF_ALPHA_TYPE_POSTMULTIPLIED, } cef_alpha_type_t;

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt