Click here to Skip to main content
15,892,927 members
Articles / Multimedia / GDI+

Gradient Maker Application

Rate me:
Please Sign up or sign in to vote.
4.72/5 (33 votes)
20 Oct 20054 min read 92.8K   3.4K   56  
Many web pages have a color graded banner as a background. GradientMaker is a simple graphics utility that allows you to create such images. You can also add text to these images. These can also be used as banners, backgrounds or logos.
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<a1:UserSettings id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/nsassem/automationControls.GradientMaker/GradientMaker%2C%20Version%3D1.1.2095.14757%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull">
<ConfigFileName id="ref-3">C:\Documents and Settings\T. Marshal-Nichols\My Documents\automationControls\05_0002 GradientMaker\Application Development\GradientMaker\Help\Examples\Example4.xml</ConfigFileName>
<Configuration>
<ImageOptions>
<Height>200</Height>
<Width>400</Width>
<GradientMode>0</GradientMode>
<Angle>25</Angle>
<CenterHeight>50</CenterHeight>
<CenterWidth>50</CenterWidth>
<StartColor>
<value>0</value>
<knownColor>41</knownColor>
<state>1</state>
<name xsi:null="1"/>
</StartColor>
<EndColor>
<value>0</value>
<knownColor>165</knownColor>
<state>1</state>
<name xsi:null="1"/>
</EndColor>
<EndColorEnabled>true</EndColorEnabled>
</ImageOptions>
<ImageBlend>
<Enabled>true</Enabled>
<Blend href="#ref-5"/>
</ImageBlend>
<TextOptions>
<Text id="ref-6">automationControls</Text>
<TextAlignment>0</TextAlignment>
<FontName id="ref-7">Impact</FontName>
<FontSize>33.75</FontSize>
<FontStyle>Regular</FontStyle>
<RotationAngle>0</RotationAngle>
<BorderHeight>5</BorderHeight>
<BorderWidth>5</BorderWidth>
<TextAlign>5</TextAlign>
<GradientMode>1</GradientMode>
<Angle>25</Angle>
<AntiAliasMode>0</AntiAliasMode>
<CenterHeight>50</CenterHeight>
<CenterWidth>50</CenterWidth>
<StartColor>
<value>0</value>
<knownColor>41</knownColor>
<state>1</state>
<name xsi:null="1"/>
</StartColor>
<StartAlpha>255</StartAlpha>
<EndColor>
<value>0</value>
<knownColor>141</knownColor>
<state>1</state>
<name xsi:null="1"/>
</EndColor>
<EndColorEnabled>true</EndColorEnabled>
<EndAlpha>255</EndAlpha>
</TextOptions>
<TextBlend>
<Enabled>true</Enabled>
<Blend href="#ref-8"/>
</TextBlend>
</Configuration>
</a1:UserSettings>
<SOAP-ENC:Array id="ref-5" SOAP-ENC:arrayType="xsd:int[9]">
<item>0</item>
<item>20</item>
<item>12</item>
<item>60</item>
<item>55</item>
<item>42</item>
<item>29</item>
<item>16</item>
<item>0</item>
</SOAP-ENC:Array>
<SOAP-ENC:Array id="ref-8" SOAP-ENC:arrayType="xsd:int[9]">
<item>100</item>
<item>34</item>
<item>100</item>
<item>0</item>
<item>100</item>
<item>0</item>
<item>46</item>
<item>100</item>
<item>100</item>
</SOAP-ENC:Array>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions