Package | Description |
---|---|
org.apache.fop.util |
Various utility classes (I/O, codecs, color support, service discovers etc.).
|
Modifier and Type | Method and Description |
---|---|
static ColorExt |
ColorExt.createFromFoRgbIcc(float redReplacement,
float greenReplacement,
float blueReplacement,
String profileName,
String profileSrc,
ColorSpace colorSpace,
float[] iccValues)
Deprecated.
Create ColorExt object backup up FO's rgb-icc color function
|
static ColorExt |
ColorExt.createFromSvgIccColor(float red,
float green,
float blue,
float opacity,
String profileName,
String profileHref,
ColorSpace profileCS,
float[] colorValues)
Deprecated.
Create ColorExt object backing up SVG's icc-color function.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.