2.3.3.16 CT_PictureEffectColorTemperature

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: CT_PictureEffect

A complex type that specifies a color temperature effect applied to a picture.

The following figure demonstrates the effect applied to a picture with colorTemperature values of 3500, 4500, 6500, 8500, and 10500, respectively.

Effect of changes to colorTemperature

Figure 6: Effect of changes to colorTemperature

Attributes:

colorTemp: An ST_ColorTemperature attribute that specifies the color temperature of the light source in a picture.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_PictureEffectColorTemperature">
   <xsd:attribute name="colorTemp" type="ST_ColorTemperature" use="optional" default="6500"/>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).