<?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=Interface_IGDIPlus.IGPLinearGradientBrush</id>
		<title>Interface IGDIPlus.IGPLinearGradientBrush - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Interface_IGDIPlus.IGPLinearGradientBrush"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPLinearGradientBrush&amp;action=history"/>
		<updated>2026-05-05T16:37:30Z</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=Interface_IGDIPlus.IGPLinearGradientBrush&amp;diff=11417&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=Interface_IGDIPlus.IGPLinearGradientBrush&amp;diff=11417&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:46Z</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:''' [[Interface IGDIPlus.IGPBlendBrush|IGPBlendBrush]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' IGPLinearGradientBrush = '''interface'''( [[Interface IGDIPlus.IGPBlendBrush|IGPBlendBrush]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to a [[Class IGDIPlus.TGPLinearGradientBrush|TGPLinearGradientBrush]] object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines interface to a [[Class IGDIPlus.TGPLinearGradientBrush|TGPLinearGradientBrush]] object.&lt;br /&gt;
&lt;br /&gt;
The [[Class IGDIPlus.TGPLinearGradientBrush|TGPLinearGradientBrush]] defines a brush that paints a&lt;br /&gt;
color gradient in which the color changes evenly from the&lt;br /&gt;
starting boundary line of the linear gradient brush to the&lt;br /&gt;
ending boundary line of the linear gradient brush.&lt;br /&gt;
The [[Class IGDIPlus.TGPLinearGradientBrush|TGPLinearGradientBrush]] class defines a brush that paints&lt;br /&gt;
a color gradient in which the color changes evenly from the&lt;br /&gt;
starting boundary line of the linear gradient brush to the&lt;br /&gt;
ending boundary line of the linear gradient brush. The&lt;br /&gt;
boundary lines of a linear gradient brush are two parallel&lt;br /&gt;
straight lines. The color gradient is perpendicular to the&lt;br /&gt;
boundary lines of the linear gradient brush, changing&lt;br /&gt;
gradually across the stroke from the starting boundary line&lt;br /&gt;
to the ending boundary line. The color gradient has one color&lt;br /&gt;
at the starting boundary line and another color at the ending&lt;br /&gt;
boundary line.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.SetLinearColors(TGPColor;TGPColor) : TGPLinearGradientBrush|function SetLinearColors(color1 : TGPColor; color2 : TGPColor) : TGPLinearGradientBrush]] - Sets the starting color and ending color of this linear gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.GetLinearColors(TGPColor;TGPColor) : TGPLinearGradientBrush|function GetLinearColors(color1 : TGPColor; color2 : TGPColor) : TGPLinearGradientBrush]] - Returns the starting color and ending color of this linear gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.GetRectangleF() : TGPRectF|function GetRectangleF() : TGPRectF]] - Returns the rectangle that defines the boundaries of the gradient. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.GetRectangle() : TGPRect|function GetRectangle() : TGPRect]] - Returns the rectangle that defines the boundaries of the gradient. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.SetGammaCorrection(Boolean) : TGPLinearGradientBrush|function SetGammaCorrection(useGammaCorrection : Boolean) : TGPLinearGradientBrush]] - Specifies whether gamma correction is enabled for this linear gradient brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.SetBlendArrays(array;array) : TGPLinearGradientBrush|function SetBlendArrays(blendFactors : array; blendPositions : array) : TGPLinearGradientBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.SetBlend(array) : TGPLinearGradientBrush|function SetBlend(blendFactors : array) : TGPLinearGradientBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.SetInterpolationColors(array) : TGPLinearGradientBrush|function SetInterpolationColors(Colors : array) : TGPLinearGradientBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.SetInterpolationColorArrays(array;array) : TGPLinearGradientBrush|function SetInterpolationColorArrays(presetColors : array; blendPositions : array) : TGPLinearGradientBrush]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.SetBlendBellShape(Single;Single) : TGPLinearGradientBrush|function SetBlendBellShape(focus : Single; scale : Single) : TGPLinearGradientBrush]] - Sets the blend shape of this linear gradient brush to create a custom blend based on a bell-shaped curve. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.SetBlendTriangularShape(Single;Single) : TGPLinearGradientBrush|function SetBlendTriangularShape(focus : Single; scale : Single) : TGPLinearGradientBrush]] - Sets the blend shape of this linear gradient brush to create a custom blend based on a triangular shape. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.SetTransform(IGPMatrix) : TGPLinearGradientBrush|function SetTransform(matrix : IGPMatrix) : TGPLinearGradientBrush]] - Sets the world transformation of the object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.ResetTransform() : TGPLinearGradientBrush|function ResetTransform() : TGPLinearGradientBrush]] - Sets the world transformation matrix of the object to the identity matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.MultiplyTransform(IGPMatrix;TGPMatrixOrder) : TGPLinearGradientBrush|function MultiplyTransform(matrix : IGPMatrix; order : TGPMatrixOrder) : TGPLinearGradientBrush]] - Updates the world transformation matrix of the object with the product of itself and another matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.TranslateTransform(Single;Single;TGPMatrixOrder) : TGPLinearGradientBrush|function TranslateTransform(dx : Single; dy : Single; order : TGPMatrixOrder) : TGPLinearGradientBrush]] - Updates the object's world transformation matrix with the product of itself and a translation matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.ScaleTransform(Single;Single;TGPMatrixOrder) : TGPLinearGradientBrush|function ScaleTransform(sx : Single; sy : Single; order : TGPMatrixOrder) : TGPLinearGradientBrush]] - Sets the object's world transformation matrix equal to the product of itself and a scaling matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.RotateTransform(Single;TGPMatrixOrder) : TGPLinearGradientBrush|function RotateTransform(angle : Single; order : TGPMatrixOrder) : TGPLinearGradientBrush]] - Updates the world transformation matrix of the object with the product of itself and a rotation matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPLinearGradientBrush.SetWrapMode(TGPWrapMode) : TGPLinearGradientBrush|function SetWrapMode(wrapMode : TGPWrapMode) : TGPLinearGradientBrush]] - Sets the wrap mode of this texture brush. &lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>