Interface SVGICCColor


public interface SVGICCColor

SVGICCColor interface.

  • Method Details

    • getColorProfile

      String getColorProfile()

      getColorProfile.

      Returns:
      a String object.
    • setColorProfile

      void setColorProfile(String colorProfile)

      setColorProfile.

      Parameters:
      colorProfile - a String object.
      Throws:
      DOMException - if any.
    • getColors

      SVGNumberList getColors()

      getColors.

      Returns:
      a SVGNumberList object.