Class CTHslColor

java.lang.Object
org.apache.poi.sl.draw.binding.CTHslColor

public class CTHslColor extends Object

Java class for CT_HslColor complex type.

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

 <complexType name="CT_HslColor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ColorTransform" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="hue" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedAngle" />
       <attribute name="sat" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" />
       <attribute name="lum" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • egColorTransform

      protected List<javax.xml.bind.JAXBElement<?>> egColorTransform
    • hue

      protected int hue
    • sat

      protected int sat
    • lum

      protected int lum
  • Constructor Details

    • CTHslColor

      public CTHslColor()
  • Method Details