<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Class_IGDIPlus.TGPImageAttributes</id>
		<title>Class IGDIPlus.TGPImageAttributes - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Class_IGDIPlus.TGPImageAttributes"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPImageAttributes&amp;action=history"/>
		<updated>2026-04-11T07:56:53Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPImageAttributes&amp;diff=11105&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPImageAttributes&amp;diff=11105&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:29Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]&lt;br /&gt;
&lt;br /&gt;
'''Unit:''' [[Unit IGDIPlus|IGDIPlus]]&lt;br /&gt;
&lt;br /&gt;
'''Inherits:''' [[Class IGDIPlus.TGPBase|TGPBase]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' TGPImageAttributes = '''class'''( [[Class IGDIPlus.TGPBase|TGPBase, IGPImageAttributes]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C++ Builder: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' TGPImageAttributes : '''public''' [[Class IGDIPlus.TGPBase|TGPBase]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== Visual C++ (MFC): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' CTGPImageAttributes : '''public''' [[Class IGDIPlus.TGPBase|CTGPBase]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C# (.NET): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''public ref class''' TGPImageAttributes : [[Class IGDIPlus.TGPBase|Mitov.SignalLab.Base]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Contains information about how bitmap and metafile colors are manipulated during rendering. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
An [[Class IGDIPlus.TGPImageAttributes|TGPImageAttributes]] object contains information about how&lt;br /&gt;
bitmap and metafile colors are manipulated during rendering.&lt;br /&gt;
An [[Class IGDIPlus.TGPImageAttributes|TGPImageAttributes]] object maintains several&lt;br /&gt;
color-adjustment settings, including color-adjustment&lt;br /&gt;
matrices, grayscale-adjustment matrices, gamma-correction&lt;br /&gt;
values, color-map tables, and color-threshold values.&lt;br /&gt;
Remarks&lt;br /&gt;
The colors in an image can be manipulated during rendering.&lt;br /&gt;
They can be corrected, darkened, lightened, removed, and so&lt;br /&gt;
on. To apply such manipulations, initialize a&lt;br /&gt;
[[Class IGDIPlus.TGPImageAttributes|TGPImageAttributes]] object and pass the address of that&lt;br /&gt;
[[Class IGDIPlus.TGPImageAttributes|TGPImageAttributes]] object (along with the address of an Image&lt;br /&gt;
object) to the [[Class IGDIPlus.TGPGraphics|TGPGraphics]].DrawImage method. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.Clone() : TGPImageAttributes|function Clone() : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetToIdentity(TGPColorAdjustType) : TGPImageAttributes|function SetToIdentity(type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.Reset(TGPColorAdjustType) : TGPImageAttributes|function Reset(type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetColorMatrix(TGPColorMatrix;TGPColorMatrixFlags;TGPColorAdjustType) : TGPImageAttributes|function SetColorMatrix(colorMatrix : TGPColorMatrix; mode : TGPColorMatrixFlags; var type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.ClearColorMatrix(TGPColorAdjustType) : TGPImageAttributes|function ClearColorMatrix(type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetColorMatrices(TGPColorMatrix;TGPColorMatrix;TGPColorMatrixFlags;TGPColorAdjustType) : TGPImageAttributes|function SetColorMatrices(colorMatrix : TGPColorMatrix; grayMatrix : TGPColorMatrix; mode : TGPColorMatrixFlags; var type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.ClearColorMatrices(TGPColorAdjustType) : TGPImageAttributes|function ClearColorMatrices(Type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetThreshold(Single;TGPColorAdjustType) : TGPImageAttributes|function SetThreshold(threshold : Single; type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.ClearThreshold(TGPColorAdjustType) : TGPImageAttributes|function ClearThreshold(type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetGamma(Single;TGPColorAdjustType) : TGPImageAttributes|function SetGamma(gamma : Single; type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.ClearGamma(TGPColorAdjustType) : TGPImageAttributes|function ClearGamma(type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetNoOp(TGPColorAdjustType) : TGPImageAttributes|function SetNoOp(type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.ClearNoOp(TGPColorAdjustType) : TGPImageAttributes|function ClearNoOp(Type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetColorKey(TGPColor;TGPColor;TGPColorAdjustType) : TGPImageAttributes|function SetColorKey(colorLow : TGPColor; colorHigh : TGPColor; type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.ClearColorKey(TGPColorAdjustType) : TGPImageAttributes|function ClearColorKey(type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetOutputChannel(TGPColorChannelFlags;TGPColorAdjustType) : TGPImageAttributes|function SetOutputChannel(channelFlags : TGPColorChannelFlags; type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.ClearOutputChannel(TGPColorAdjustType) : TGPImageAttributes|function ClearOutputChannel(type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetOutputChannelColorProfile(WideString;TGPColorAdjustType) : TGPImageAttributes|function SetOutputChannelColorProfile(colorProfileFilename : WideString; type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.ClearOutputChannelColorProfile(TGPColorAdjustType) : TGPImageAttributes|function ClearOutputChannelColorProfile(type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetRemapTable(Cardinal;PGPColorMap;TGPColorAdjustType) : TGPImageAttributes|function SetRemapTable(mapSize : Cardinal; map : PGPColorMap; type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.ClearRemapTable(TGPColorAdjustType) : TGPImageAttributes|function ClearRemapTable(type_ : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetBrushRemapTable(Cardinal;PGPColorMap) : TGPImageAttributes|function SetBrushRemapTable(mapSize : Cardinal; map : PGPColorMap) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.ClearBrushRemapTable() : TGPImageAttributes|function ClearBrushRemapTable() : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.SetWrapMode(TGPWrapMode;TGPColor;Boolean) : TGPImageAttributes|function SetWrapMode(wrap : TGPWrapMode; color : TGPColor; var clamp : Boolean) : TGPImageAttributes]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImageAttributes.GetAdjustedPalette(PGPColorPalette;TGPColorAdjustType) : TGPImageAttributes|function GetAdjustedPalette(colorPalette : PGPColorPalette; colorAdjustType : TGPColorAdjustType) : TGPImageAttributes]]&lt;br /&gt;
&lt;br /&gt;
== From [[Class IGDIPlus.TGPBase|TGPBase]] ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPBase.NewInstance() : TObject|function NewInstance() : TObject]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPBase.FreeInstance()|procedure FreeInstance()]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Classes]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>