20.1.2.3.17 inv

This element specifies the inverse of its input color.

[Example:

The inverse of red (1, 0, 0) is cyan (0, 1, 1 ).

The following represents cyan, the inverse of red:

<a:solidFill>
  <a:srgbClr val="FF0000">
    <a:inv/>
  </a:srgbClr>
</a:solidFill>

end example]

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

Last updated on