4#include "system/enum_helpers.h"
6namespace System {
namespace Drawing {
namespace Imaging {
42DECLARE_USING_GLOBAL_OPERATORS
ImageFlags
Represents attributes of the pixel data represented by an Image object.
Definition: image_flags.h:9
@ Caching
Can be cached for faster access.
@ ColorSpaceCmyk
The pixel data is represented in CMYK color space.
@ ReadOnly
The pixel data is read-only.
@ ColorSpaceRgb
The pixel data is represented in RGB color space.
@ HasAlpha
Contains alpha information.
@ HasTranslucent
There are alpha values greater than 0 and less than 255.
@ ColorSpaceYcck
The pixel data is represented in YCCK color space.
@ HasRealPixelSize
The size of a pixel is stored in the image.
@ ColorSpaceGray
The pixel data is grayscale.
@ HasRealDpi
The DPI information is stored in the image.
@ ColorSpaceYcbcr
The pixel data is represented in YCBCR color space.
Definition: db_command.h:9