Class ICCColor

java.lang.Object
org.apache.batik.css.engine.value.AbstractValue
org.apache.batik.css.engine.value.svg.ICCColor
All Implemented Interfaces:
Value

public class ICCColor extends AbstractValue
This class represents an ICC color value.
Version:
$Id: ICCColor.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

    • ICC_COLOR_FUNCTION

      public static final String ICC_COLOR_FUNCTION
      See Also:
    • colorProfile

      protected String colorProfile
      The color profile.
    • count

      protected int count
      The color count.
    • colors

      protected float[] colors
      The colors.
  • Constructor Details

    • ICCColor

      public ICCColor(String name)
      Creates a new ICCColor.
  • Method Details