Skip to content

Latest commit

 

History

History
111 lines (72 loc) · 5.11 KB

nf-gdiplusimageattributes-imageattributes-reset.md

File metadata and controls

111 lines (72 loc) · 5.11 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.Reset
ImageAttributes::Reset (gdiplusimageattributes.h)
The ImageAttributes::Reset method clears all color- and grayscale-adjustment settings for a specified category.
ImageAttributes class [GDI+]
Reset method
ImageAttributes.Reset
ImageAttributes::Reset
Reset
Reset method [GDI+]
Reset method [GDI+]
ImageAttributes class
_gdiplus_CLASS_ImageAttributes_Reset_type_
gdiplus._gdiplus_CLASS_ImageAttributes_Reset_type_
gdiplus\_gdiplus_CLASS_ImageAttributes_Reset_type_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\imageattributesclass\imageattributesmethods\reset_82type.htm
12/05/2018
ImageAttributes class [GDI+],Reset method, ImageAttributes.Reset, ImageAttributes::Reset, Reset, Reset method [GDI+], Reset method [GDI+],ImageAttributes class, _gdiplus_CLASS_ImageAttributes_Reset_type_, gdiplus._gdiplus_CLASS_ImageAttributes_Reset_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::Reset
gdiplusimageattributes/ImageAttributes::Reset
c++
APIRef
kbSyntax
COM
Gdiplus.dll
ImageAttributes.Reset

ImageAttributes::Reset

-description

The ImageAttributes::Reset method clears all color- and grayscale-adjustment settings for a specified category.

-parameters

-param type [in, optional]

Type: ColorAdjustType

Element of the ColorAdjustType enumeration that specifies the category for which color adjustment is reset. 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 gamma value for the default category, a different gamma value for the bitmap category, and still a different gamma value 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. You can reinstate the default settings for that category by calling ImageAttributes::Reset. For example, suppose you specify a gamma value for the default category. If you set the gamma value for the pen category by calling ImageAttributes::SetGamma, then the default gamma value will not apply to pens. If you later pass ColorAdjustTypePen to the ImageAttributes::Reset method, the pen category will revert to the default gamma value.

-see-also

Bitmap

ColorAdjustType

Image

ImageAttributes

ImageAttributes::ClearNoOp

ImageAttributes::SetNoOp

Metafile

Recoloring