Package org.loboevolution.svg
Interface SVGICCColor
public interface SVGICCColor
SVGICCColor interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetColorProfile.getColors.voidsetColorProfile(String colorProfile) setColorProfile.
-
Method Details
-
getColorProfile
String getColorProfile()getColorProfile.
- Returns:
- a
Stringobject.
-
setColorProfile
setColorProfile.
- Parameters:
colorProfile- aStringobject.- Throws:
DOMException- if any.
-
getColors
SVGNumberList getColors()getColors.
- Returns:
- a
SVGNumberListobject.
-