20.1.6.2 clrScheme

This element defines a set of colors which are referred to as a color scheme. The color scheme is responsible for defining a list of twelve colors. The twelve colors consist of six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink.

The Color Scheme Color elements appear in a sequence. The following listing shows the index value and corresponding Color Name.

Sequence Index

Element (Color) Name

Sequence Index

Element (Color) Name

  • 11 folHlink (Followed Hyperlink) [Example: Consider the following example of a color scheme defined in DrawingML:
<clrScheme name="sample">
  <dk1>
    <sysClr val="windowText"/>
  </dk1>
  <lt1>
    <sysClr val="window"/>
  </lt1>
  <dk2>
    <srgbClr val="04617B"/>
  </dk2>
  <lt2>
    <srgbClr val="DBF5F9"/>
  </lt2>
  <accent1>
    <srgbClr val="0F6FC6"/>
  </accent1>
  <accent2>
    <srgbClr val="009DD9"/>
  </accent2>
  <accent3>
    <srgbClr val="0BD0D9"/>
  </accent3>
  <accent4>
    <srgbClr val="10CF9B"/>
  </accent4>
  <accent5>
    <srgbClr val="7CCA62"/>
  </accent5>
  <accent6>
    <srgbClr val="A5C249"/>
  </accent6>
  <hlink>
    <srgbClr val="FF9800"/>
  </hlink>
  <folHlink>
    <srgbClr val="F45511"/>
  </folHlink>
</clrScheme>

In this example, are defined the 12 theme colors in the sample color scheme.

end example]

Attributes

name (Name)

The common name for this color scheme. This name can show up in the user interface in a list of color schemes.

The possible values for this attribute are defined by the W3C XML Schema string datatype.

[Note: The W3C XML Schema definition of this element’s content model (CT_ColorScheme) is located in A.4.1. end note]

Last updated on