ColorMapExtensions

Inheritance: java.lang.Object

public final class ColorMapExtensions

The ColorMap extension methods.

Methods

MethodDescription
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:

ParameterTypeDescription
colorMapColorMapThe 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:

ParameterTypeDescription
colorMapsColorMap[]The color maps to convert.

Returns: com.aspose.ms.System.Drawing.Imaging.ColorMap[] - The converted System.Drawing.Imaging.ColorMap array.