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.
|
#include <cstdint>
#include <ostream>
#include <string>
Contains xtd::drawing::imaging::image_flags 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::image_flags { xtd::drawing::imaging::none , xtd::drawing::imaging::scalable , xtd::drawing::imaging::has_alpha , xtd::drawing::imaging::has_translucent , xtd::drawing::imaging::partially_scalable , xtd::drawing::imaging::color_space_rgb , xtd::drawing::imaging::color_space_cmyk , xtd::drawing::imaging::color_space_gray , xtd::drawing::imaging::color_space_ycbcr , xtd::drawing::imaging::color_space_ycck , xtd::drawing::imaging::has_real_dpi , xtd::drawing::imaging::has_real_pixel_size , xtd::drawing::imaging::read_only , xtd::drawing::imaging::caching } |
Specifies the attributes of the pixel data contained in an xtd::drawing::image object. The xtd::drawing:iImage::flags property returns a member of this enumeration. More... | |