image flag definitions.
Variables | |
constexpr size_t | IFL_NONE |
There is no format information. | |
constexpr size_t | IFL_SCALABLE |
The pixel data is scalable. | |
constexpr size_t | IFL_HAS_ALPHA |
The pixel data contains alpha information. | |
constexpr size_t | IFL_HAS_TRANSLUCENT |
Specifies that the pixel data has alpha values other than 0 (transparent) and 255 (opaque). | |
constexpr size_t | IFL_PARTIALLY_SCALABLE |
The pixel data is partially scalable, but there are some limitations. | |
constexpr size_t | IFL_COLOR_SPACE_RGB |
The pixel data uses an RGB color space. | |
constexpr size_t | IFL_COLOR_SPACE_CMYK |
The pixel data uses a CMYK color space. | |
constexpr size_t | IFL_COLOR_SPACE_GRAY |
The pixel data is grayscale. | |
constexpr size_t | IFL_COLOR_SPACE_YCBCR |
Specifies that the image is stored using a YCBCR color space. | |
constexpr size_t | IFL_COLOR_SPACE_YCCK |
Specifies that the image is stored using a YCCK color space. | |
constexpr size_t | IFL_HAS_REAL_DPI |
Specifies that dots per inch information is stored in the image. | |
constexpr size_t | IFL_HAS_REAL_PIXEL_SIZE |
Specifies that the pixel size is stored in the image. | |
constexpr size_t | IFL_READ_ONLY |
The pixel data is read-only. | |
constexpr size_t | IFL_CACHING |
The pixel data can be cached for faster access. | |
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
There is no format information.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
The pixel data is scalable.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
The pixel data contains alpha information.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
Specifies that the pixel data has alpha values other than 0 (transparent) and 255 (opaque).
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
The pixel data is partially scalable, but there are some limitations.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
The pixel data uses an RGB color space.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
The pixel data uses a CMYK color space.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
The pixel data is grayscale.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
Specifies that the image is stored using a YCBCR color space.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
Specifies that the image is stored using a YCCK color space.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
Specifies that dots per inch information is stored in the image.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
Specifies that the pixel size is stored in the image.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
The pixel data is read-only.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/image_flags.h>
The pixel data can be cached for faster access.