Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the ColorTemperature Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is a14:colorTemperature.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class ColorTemperature _
Inherits OpenXmlLeafElement
'Usage
Dim instance As ColorTemperature
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class ColorTemperature : OpenXmlLeafElement
Remarks
2.5.29 CT_PictureEffectColorTemperature
Target namespace: https://schemas.microsoft.com/office/drawing/2007/7/7/main
Referenced by: CT_PictureEffect
A complex type that specifies a color temperature effect applied to a picture.
Sample demonstrating the effect applied to a picture with colorTemperature values of 3500, 4500, 6500, 8500, and 10500 respectively:
Attributes:
colorTemp : An ST_ColorTemperature attribute that specifies the color temperature of the light source in a picture.
The following W3C XML Schema ([XMLSCHEMA1] 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] section 2.1).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.