public class ColorBase extends Object
Modifier and Type | Method and Description |
---|---|
static float[] |
colorToFloatArray(Color color) |
static void |
fastInheritTextColor(Segment target,
TextInfo source) |
static void |
safelyInheritBackgroundColor(Cell target,
Cell source) |
static void |
safelyInheritColor(GraphInfo target,
GraphInfo source) |
static void |
safelyInheritColor(TextInfo target,
TextInfo source) |
static void |
safelyInheritFillColor(GraphInfo target,
GraphInfo source) |
static void |
setPdfColor(GeneratorBase gen,
Color color,
String mode) |
public static float[] colorToFloatArray(Color color)
public static void setPdfColor(GeneratorBase gen, Color color, String mode)
public static void safelyInheritFillColor(GraphInfo target, GraphInfo source)
public static void safelyInheritBackgroundColor(Cell target, Cell source)
Copyright © 2016 Aspose. All Rights Reserved.