public interface PDFColorSpace
Modifier and Type | Method and Description |
---|---|
String |
getName() |
int |
getNumComponents()
Get the number of color components for this colorspace
|
boolean |
isCMYKColorSpace() |
boolean |
isDeviceColorSpace() |
boolean |
isGrayColorSpace() |
boolean |
isRGBColorSpace() |
int getNumComponents()
String getName()
boolean isDeviceColorSpace()
boolean isRGBColorSpace()
boolean isCMYKColorSpace()
boolean isGrayColorSpace()
Copyright © 2025 Apache Software Foundation. All rights reserved.