<inv>
(Inverse)
This element specifies the inverse of its input color. For example, the inverse of red (1, 0, 0) is cyan (0, 1, 1 ).
example:
The following represents cyan, the inverse of red:
<a:solidFill> <a:srgbClr val="FF0000"> <a:inv/> </a:srgbClr> </a:solidFill>
Parent Elements |
---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_InverseTransform"/>