ColorMapExtensions
Inheritance: java.lang.Object
public final class ColorMapExtensions
The ColorMap extension methods.
Methods
| Method | Description |
|---|---|
| toGdiColorMap(ColorMap colorMap) | Converts the com.aspose.imaging.ColorMap to the System.Drawing.Imaging.ColorMap. |
| toGdiColorMaps(ColorMap[] colorMaps) | Converts the com.aspose.imaging.ColorMap array to the System.Drawing.Imaging.ColorMap array. |
toGdiColorMap(ColorMap colorMap)
public static System.Drawing.Imaging.ColorMap toGdiColorMap(ColorMap colorMap)
Converts the com.aspose.imaging.ColorMap to the System.Drawing.Imaging.ColorMap.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| colorMap | ColorMap | The color map to convert. |
Returns:
ColorMap - The converted System.Drawing.Imaging.ColorMap.
toGdiColorMaps(ColorMap[] colorMaps)
public static System.Drawing.Imaging.ColorMap[] toGdiColorMaps(ColorMap[] colorMaps)
Converts the com.aspose.imaging.ColorMap array to the System.Drawing.Imaging.ColorMap array.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| colorMaps | ColorMap[] | The color maps to convert. |
Returns:
com.aspose.ms.System.Drawing.Imaging.ColorMap[] - The converted System.Drawing.Imaging.ColorMap array.