Class CTTLByAnimateColorTransform

java.lang.Object
org.pptx4j.pml.CTTLByAnimateColorTransform
All Implemented Interfaces:
Child

public class CTTLByAnimateColorTransform
extends java.lang.Object
implements Child

Java class for CT_TLByAnimateColorTransform complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TLByAnimateColorTransform">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="rgb" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLByRgbColorTransform"/>
         <element name="hsl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLByHslColorTransform"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>