Method function IGDIPlus.IGPImageAttributes.SetRemapTable(Cardinal;PGPColorMap;TGPColorAdjustType) : 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.

Class: IGPImageAttributes

Contents

Syntax

Delphi:

function SetRemapTable( mapSize : Cardinal, map : PGPColorMap, type_ : TGPColorAdjustType ) : TGPImageAttributes;

C++ Builder:

TGPImageAttributes __fastcall SetRemapTable( unsigned int mapSize, PGPColorMap map, TGPColorAdjustType type_ );

Visual C++ (MFC):

SetRemapTable(  mapSize,  map,  type_ );

Summary

Sets the color-remap table for a specified category.

Description

Call this method to set the color-remap table for a specified category. Remarks A color-remap table is an array of TGPColorMap structures. Each TGPColorMap structure has two Color objects: one that specifies an old color and one that specifies a corresponding new color. During rendering, any color that matches one of the old colors in the remap table is changed to the corresponding new color.


An TGPImageAttributes object maintains color and grayscale settings for five adjustment categories: default, bitmap, brush, pen, and text. For example, you can specify a color remap for the default category, a color-remap table for the bitmap category, and still a different color-remap table for the pen category.


The default color- and grayscale-adjustment settings apply to all categories that don't have adjustment settings of their own. For example, if you never specify any adjustment settings for the pen category, then the default settings apply to the pen category.


As soon as you specify a color- or grayscale-adjustment setting for a certain category, the default adjustment settings no longer apply to that category. For example, suppose you specify a collection of adjustment settings for the default category. If you set the color-remap table for the pen category by passing ColorAdjustTypePen to the SetRemapTable method, then none of the default adjustment settings will apply to pens.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox