ColorConverter
Inheritance: java.lang.Object
public class ColorConverter
Converts colors from one data type to another.
Aspose.Drawing access this class directly for simplifying.
Constructors
Constructor | Description |
---|---|
ColorConverter() |
Methods
Method | Description |
---|---|
convertFrom(Locale culture, Object value) | Converts from. |
ColorConverter()
public ColorConverter()
convertFrom(Locale culture, Object value)
public static Object convertFrom(Locale culture, Object value)
Converts from.
Parameters:
Parameter | Type | Description |
---|---|---|
culture | java.util.Locale | The culture. |
value | java.lang.Object | The value. |
Method is simplified.. |
Returns: java.lang.Object - Returns converted color.