Class IGDIPlus.TGPImageAttributes

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

Inherits: TGPBase

Contents

Syntax

Delphi:

type TGPImageAttributes = class( TGPBase, IGPImageAttributes )

C++ Builder:

class TGPImageAttributes : public TGPBase

Visual C++ (MFC):

class CTGPImageAttributes : public CTGPBase

C# (.NET):

public ref class TGPImageAttributes : Mitov.SignalLab.Base

Summary

Contains information about how bitmap and metafile colors are manipulated during rendering.

Description

An TGPImageAttributes object contains information about how bitmap and metafile colors are manipulated during rendering. An TGPImageAttributes object maintains several color-adjustment settings, including color-adjustment matrices, grayscale-adjustment matrices, gamma-correction values, color-map tables, and color-threshold values. Remarks The colors in an image can be manipulated during rendering. They can be corrected, darkened, lightened, removed, and so on. To apply such manipulations, initialize a TGPImageAttributes object and pass the address of that TGPImageAttributes object (along with the address of an Image object) to the TGPGraphics.DrawImage method.

Methods

Public

From TGPBase

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox