blob: aa64eddcbb16aaaa20e4814160d1688c87c69ea2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="shade-instruction"
xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en"
xmlns:xi="http://www.w3.org/2001/XInclude">
<title>shade</title>
<indexterm>
<primary>shade</primary>
</indexterm>
<para>Sets the opacity of the given layer.</para>
<variablelist>
<varlistentry>
<term><parameter>layer</parameter></term>
<listitem>
<para>The layer whose opacity should be set.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>opacity</parameter></term>
<listitem>
<para>The opacity of the layer, where 0 is completely
transparent, and 255 is completely opaque.</para>
</listitem>
</varlistentry>
</variablelist>
</section>