Skip to content

Latest commit

 

History

History
114 lines (72 loc) · 5.38 KB

nf-gdiplusimageattributes-imageattributes-clearremaptable.md

File metadata and controls

114 lines (72 loc) · 5.38 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:gdiplusimageattributes.ImageAttributes.ClearRemapTable
ImageAttributes::ClearRemapTable (gdiplusimageattributes.h)
The ImageAttributes::ClearRemapTable method clears the color-remap table for a specified category.
ClearRemapTable
ClearRemapTable method [GDI+]
ClearRemapTable method [GDI+]
ImageAttributes class
ImageAttributes class [GDI+]
ClearRemapTable method
ImageAttributes.ClearRemapTable
ImageAttributes::ClearRemapTable
_gdiplus_CLASS_ImageAttributes_ClearRemapTable_type_
gdiplus._gdiplus_CLASS_ImageAttributes_ClearRemapTable_type_
gdiplus\_gdiplus_CLASS_ImageAttributes_ClearRemapTable_type_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\imageattributesclass\imageattributesmethods\clearremaptable.htm
12/05/2018
ClearRemapTable, ClearRemapTable method [GDI+], ClearRemapTable method [GDI+],ImageAttributes class, ImageAttributes class [GDI+],ClearRemapTable method, ImageAttributes.ClearRemapTable, ImageAttributes::ClearRemapTable, _gdiplus_CLASS_ImageAttributes_ClearRemapTable_type_, gdiplus._gdiplus_CLASS_ImageAttributes_ClearRemapTable_type_
gdiplusimageattributes.h
Gdiplus.h
Windows
Windows XP, Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Gdiplus.lib
Gdiplus.dll
Windows
GDI+ 1.0
19H1
ImageAttributes::ClearRemapTable
gdiplusimageattributes/ImageAttributes::ClearRemapTable
c++
APIRef
kbSyntax
COM
Gdiplus.dll
ImageAttributes.ClearRemapTable

ImageAttributes::ClearRemapTable

-description

The ImageAttributes::ClearRemapTable method clears the color-remap table for a specified category.

-parameters

-param type [in, optional]

Type: ColorAdjustType

Element of the ColorAdjustType enumeration that specifies the category for which the remap table is cleared. The default value is ColorAdjustTypeDefault.

-returns

Type: Status

If the method succeeds, it returns Ok, which is an element of the Status enumeration.

If the method fails, it returns one of the other elements of the Status enumeration.

-remarks

An ImageAttributes object maintains color and grayscale settings for five adjustment categories: default, bitmap, brush, pen, and text. For example, you can specify a remap table for the default category, a different remap table for the bitmap category, and still a different 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 remap table and a gamma value for the default category. If you set the remap table for the pen category by calling ImageAttributes::SetRemapTable, then the default remap table will not apply to pens. If you later clear the pen remap table by calling ImageAttributes::ClearRemapTable, the pen category will not revert to the default remap table; rather, the pen category will have no remap table. Similarly, the pen category will not revert to the default gamma value; rather, the pen category will have no gamma value.

-see-also

Bitmap

Color

ColorAdjustType

ColorMap

Image

ImageAttributes

ImageAttributes::SetRemapTable

Metafile

Recoloring