<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="/feed.php">
        <title>Documentation Center public:dson_spec:object_definitions:image_map</title>
        <description></description>
        <link>/</link>
        <image rdf:resource="/lib/tpl/dazdoccenter/images/favicon.ico" />
       <dc:date>2026-05-18T18:00:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="/public/dson_spec/object_definitions/image_map/start"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="/lib/tpl/dazdoccenter/images/favicon.ico">
        <title>Documentation Center</title>
        <link>/</link>
        <url>/lib/tpl/dazdoccenter/images/favicon.ico</url>
    </image>
    <item rdf:about="/public/dson_spec/object_definitions/image_map/start">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-27T18:21:58+00:00</dc:date>
        <title>image_map</title>
        <link>/public/dson_spec/object_definitions/image_map/start</link>
        <description>
&lt;h1 id=&quot;image_map&quot;&gt;image_map&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;

&lt;h2 id=&quot;description&quot;&gt;Description&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Defines an image map that can be composited with other image maps in a stack to define a single output map.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;parent_objects&quot;&gt;Parent Objects&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;/public/dson_spec/object_definitions/image/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:image:start&quot;&gt;image&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h2 id=&quot;properties&quot;&gt;Properties&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;table sectionedit1&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0&quot;&gt; Name &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt; Description &lt;/th&gt;&lt;th class=&quot;col2&quot;&gt; Default &lt;/th&gt;&lt;th class=&quot;col3&quot;&gt; Required &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; url &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the &lt;abbr title=&quot;Uniform Resource Identifier&quot;&gt;URI&lt;/abbr&gt; of an image file. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; label &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the user-facing label for the image. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; yes &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; active &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A boolean value representing whether or not the layer is contributing to the final result. &lt;br/&gt;
&lt;br/&gt;
Since &lt;a href=&quot;/public/dson_spec/object_definitions/daz/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:daz:start&quot;&gt;file_version&lt;/a&gt; &lt;code&gt;0.6.1.0&lt;/code&gt;. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; true &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; color &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/format_description/data_types/start#float3&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:format_description:data_types:start&quot;&gt;float3&lt;/a&gt; representing the R,G,B values as 0-1 values. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; [1, 1, 1] &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; transparency &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A float value representing the layer opacity in the [0,1] range, where 1 = opaque. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 1 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; invert &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A boolean value representing whether to invert the colors in the layer. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; false &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; rotation &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A float value representing a rotation about the center point, given in degrees. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 0 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row8&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; xmirror &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A boolean value representing whether the source image will be mirrored across the horizontal (x) axis. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; false &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row9&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; ymirror &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A boolean value representing whether the source image will be mirrored across the vertical (y) axis. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; false &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row10&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; xscale &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A float value representing the scaling to apply along horizontal (x) axis. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 1 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row11&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; yscale &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A float value representing the scaling to apply along vertical (y) axis. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 1 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row12&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; xoffset &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A float value representing the normalized offset to apply along the horizontal (x) axis. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 0 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row13&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; yoffset &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A float value representing the normalized offset to apply along the vertical (y) axis. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 0 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row14&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; operation &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the layer operation. Valid values are: &lt;code&gt;alpha_blend&lt;/code&gt;, &lt;code&gt;add&lt;/code&gt;, &lt;code&gt;subtract&lt;/code&gt; and &lt;code&gt;multiply&lt;/code&gt;. &lt;br/&gt;
&lt;br/&gt;
As of &lt;a href=&quot;/public/dson_spec/object_definitions/daz/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:daz:start&quot;&gt;file_version&lt;/a&gt; &lt;code&gt;0.6.1.0&lt;/code&gt;, the following values are also valid: &lt;code&gt;blend_clear&lt;/code&gt;, &lt;code&gt;blend_color_burn&lt;/code&gt;, &lt;code&gt;blend_color_dodge&lt;/code&gt;, &lt;code&gt;blend_darken&lt;/code&gt;, &lt;code&gt;blend_destination&lt;/code&gt;, &lt;code&gt;blend_destination_atop&lt;/code&gt;, &lt;code&gt;blend_destination_in&lt;/code&gt;, &lt;code&gt;blend_destination_out&lt;/code&gt;, &lt;code&gt;blend_destination_over&lt;/code&gt;, &lt;code&gt;blend_difference&lt;/code&gt;, &lt;code&gt;blend_exclusion&lt;/code&gt;, &lt;code&gt;blend_hard_light&lt;/code&gt;, &lt;code&gt;blend_lighten&lt;/code&gt;, &lt;code&gt;blend_multiply&lt;/code&gt;, &lt;code&gt;blend_overlay&lt;/code&gt;, &lt;code&gt;blend_plus&lt;/code&gt;, &lt;code&gt;blend_screen&lt;/code&gt;, &lt;code&gt;blend_soft_light&lt;/code&gt;, &lt;code&gt;blend_source&lt;/code&gt;, &lt;code&gt;blend_source_atop&lt;/code&gt;, &lt;code&gt;blend_source_in&lt;/code&gt;, &lt;code&gt;blend_source_out&lt;/code&gt;, &lt;code&gt;blend_source_over&lt;/code&gt;, &lt;code&gt;blend_xor&lt;/code&gt;. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT1 TABLE [269-2513] --&gt;
&lt;/div&gt;

&lt;h2 id=&quot;details&quot;&gt;Details&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
The &lt;em&gt;xoffset&lt;/em&gt; and &lt;em&gt;yoffset&lt;/em&gt; are given in normalized coordinates such that a value of 1.0 offsets by the full image size in that dimension.  Negative offset values are allowed.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;example&quot;&gt;Example&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;{
    &amp;quot;url&amp;quot; : &amp;quot;/Happy/Images/Goofy.jpg&amp;quot;,
    &amp;quot;label&amp;quot; : &amp;quot;Goofy.jpg&amp;quot;,
    &amp;quot;color&amp;quot; : [ 1.0, 0.2, 0.34 ],
    &amp;quot;transparency&amp;quot; : 0.67,
    &amp;quot;rotation&amp;quot; : 20.3,
    &amp;quot;ymirror&amp;quot; : true,
    &amp;quot;xscale&amp;quot; : 1.7,
    &amp;quot;xoffset&amp;quot; : -0.43,
    &amp;quot;operation&amp;quot; : &amp;quot;add&amp;quot;,
}&lt;/pre&gt;

&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
