public interface IPdfBoxGraphics2DColorMapper
| Modifier and Type | Method and Description |
|---|---|
org.apache.pdfbox.pdmodel.graphics.color.PDColor |
mapColor(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream,
Color color)
Map the given Color to a PDColor
|
org.apache.pdfbox.pdmodel.graphics.color.PDColor mapColor(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream,
Color color)
contentStream - the content streamcolor - the color to mapCopyright © 2018. All rights reserved.