xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Namespaces | Enumerations
pixel_format.h File Reference
#include <cstdint>
#include <ostream>
#include <string>

Definition

Contains xtd::drawing::imaging::pixel_format enum class.

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::drawing
 The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functionality is provided in the xtd::drawing::drawing2d, xtd::drawing::imaging, and xtd::drawing::text namespaces.
 
 xtd::drawing::imaging
 The xtd.drawing.imaging namespace provides advanced GDI+ imaging functionality. Basic graphics functionality is provided by the xtd.drawing namespace.
 

Enumerations

enum class  xtd::drawing::imaging::pixel_format {
  xtd::drawing::imaging::undefined ,
  xtd::drawing::imaging::dont_care ,
  xtd::drawing::imaging::max ,
  xtd::drawing::imaging::indexed ,
  xtd::drawing::imaging::gdi ,
  xtd::drawing::imaging::format16bpp_rgb555 ,
  xtd::drawing::imaging::format16bpp_rgb565 ,
  xtd::drawing::imaging::format24bpp_rgb ,
  xtd::drawing::imaging::format32bpp_rgb ,
  xtd::drawing::imaging::format1bpp_indexed ,
  xtd::drawing::imaging::format4bpp_indexed ,
  xtd::drawing::imaging::format8bpp_indexed ,
  xtd::drawing::imaging::alpha ,
  xtd::drawing::imaging::format16bpp_argb1555 ,
  xtd::drawing::imaging::palpha ,
  xtd::drawing::imaging::format32bpp_pargb ,
  xtd::drawing::imaging::extended ,
  xtd::drawing::imaging::format16bpp_gray_scale ,
  xtd::drawing::imaging::format48bpp_rgb ,
  xtd::drawing::imaging::format64bpp_pargb ,
  xtd::drawing::imaging::canonical ,
  xtd::drawing::imaging::format32bpp_argb ,
  xtd::drawing::imaging::format64bpp_argb
}
 Specifies the format of the color data for each pixel in the image. More...