Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsIccProfile |
XpsDocument.createIccProfile(InputStream stream)
Creates a new ICC profile resource out of
stream . |
XpsIccProfile |
XpsDocument.createIccProfile(String iccProfilePath)
Creates a new ICC profile resource out of ICC profile file located at the
iccProfilePath . |
XpsIccProfile |
XpsIccBasedColor.getIccProfile()
Returns the ICC profile resource the color based on.
|
Modifier and Type | Method and Description |
---|---|
XpsColor |
XpsDocument.createColor(XpsIccProfile iccProfile,
float... components)
Creates a new color in ICC based color space.
|
Copyright © 2021 Aspose. All Rights Reserved.