21.4.4.14 txLinClrLst

This element defines a list of colors which are used as text line colors in the color transform. The text line colors define the color of the line on text used in a given node in a diagram

[Example:

Consider the following example of a

<dgm:txLinClrLst meth="repeat">
  <a:schemeClr val="dk2"/>
</dgm:txLinClrLst>

In this example the txLinClrLst contains a single scheme color and is utilizing the repeat method for color application. end example]

Attributes

hueDir (Hue Direction)

The direction around the color wheel the hue shift (if defined) occurs.

[Example: Consider the following example of a hueDir in use:

    <dgm:lnClrLst hueDir="cw" meth="repeat">
          <a:schemeClr val="dk2">
                    <a:tint val="60000"/>
          </a:schemeClr>
    </dgm:lnClrLst>

In this example an lnClrLst is defined with a hue direction defined as clockwise. end example]

The possible values for this attribute are defined by the ST_HueDir simple type (21.4.7.38).

meth (Color Application Method Type)

The method used to apply the color transform.

[Example: Consider the following example of a meth in use:

    <dgm:lnClrLst hueDir="cw" meth="repeat">
          <a:schemeClr val="dk2">
                    <a:tint val="60000"/>
          </a:schemeClr>
    </dgm:lnClrLst>

In this example and lnClrLst is defined using the repeat color application method. end example]

The possible values for this attribute are defined by the ST_ClrAppMethod simple type (21.4.7.16).

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

Last updated on