Enum IGDIPlus.TGPImageFlags

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: SignalLabBasicPkg

Unit: IGDIPlus

Contents

Syntax

Delphi:

type TGPImageFlags = (ImageFlagsNone, ImageFlagsScalable, ImageFlagsHasAlpha, ImageFlagsHasTranslucent, ImageFlagsPartiallyScalable, ImageFlagsColorSpaceRGB, ImageFlagsColorSpaceCMYK, ImageFlagsColorSpaceGRAY, ImageFlagsColorSpaceYCBCR, ImageFlagsColorSpaceYCCK, ImageFlagsHasRealDPI, ImageFlagsHasRealPixelSize, ImageFlagsReadOnly, ImageFlagsCaching);

C++ Builder:

enum TGPImageFlags {ImageFlagsNone, ImageFlagsScalable, ImageFlagsHasAlpha, ImageFlagsHasTranslucent, ImageFlagsPartiallyScalable, ImageFlagsColorSpaceRGB, ImageFlagsColorSpaceCMYK, ImageFlagsColorSpaceGRAY, ImageFlagsColorSpaceYCBCR, ImageFlagsColorSpaceYCCK, ImageFlagsHasRealDPI, ImageFlagsHasRealPixelSize, ImageFlagsReadOnly, ImageFlagsCaching};

Visual C++ (MFC):

enum CTGPImageFlags {ImageFlagsNone, ImageFlagsScalable, ImageFlagsHasAlpha, ImageFlagsHasTranslucent, ImageFlagsPartiallyScalable, ImageFlagsColorSpaceRGB, ImageFlagsColorSpaceCMYK, ImageFlagsColorSpaceGRAY, ImageFlagsColorSpaceYCBCR, ImageFlagsColorSpaceYCCK, ImageFlagsHasRealDPI, ImageFlagsHasRealPixelSize, ImageFlagsReadOnly, ImageFlagsCaching};

Summary

Specifies the attributes of the pixel data contained in an TGPImage object.

Description

Defines an enumeration that specifies the attributes of the pixel data contained in an TGPImage object. The TGPImage.GetFlags method returns an element of this enumeration.

Values

ImageFlagsNone Specifies no format information.
ImageFlagsScalable Specifies that the pixel data is partially scalable with some limitations.
ImageFlagsHasAlpha Specifies that the pixel data contains alpha values.
ImageFlagsHasTranslucent Specifies that the pixel data has alpha values other than 0 (transparent) and 255 (opaque).
ImageFlagsPartiallyScalable Specifies that the pixel data is partially scalable with some limitations.
ImageFlagsColorSpaceRGB Specifies that the image is stored using an RGB color space.
ImageFlagsColorSpaceCMYK Specifies that the image is stored using a CMYK color space.
ImageFlagsColorSpaceGRAY Specifies that the image is a grayscale image.
ImageFlagsColorSpaceYCBCR Specifies that the image is stored using a YCBCR color space.
ImageFlagsColorSpaceYCCK Specifies that the image is stored using a YCCK color space.
ImageFlagsHasRealDPI Specifies that dots per inch information is stored in the image.
ImageFlagsHasRealPixelSize Specifies that the pixel size is stored in the image.
ImageFlagsReadOnly Specifies that the pixel data is read-only.
ImageFlagsCaching Specifies that the pixel data can be cached for faster access.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox