<lumOff>
(Luminance Offset)
This element specifies the input color with its luminance shifted, but with its hue and saturation unchanged.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the value of the blue component. The assigned value is specified as a percentage with 0% indicating minimal blue and 100% indicating maximum blue. example:
<a:solidFill> <a:srgbClr val="00FF00"> <a:blue val="100000"/> </a:srgbClr> </a:solidFill> The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Percentage">
<attribute name="val" type="ST_Percentage" use="required"/>
</complexType>