public final class ColorExtensions extends Object
The Color
extension methods.
Modifier and Type | Method and Description |
---|---|
static Color |
toGdiColor(Color color)
Converts the
Aspose.Imaging.Color to the System.Drawing.Color . |
static com.aspose.ms.System.Drawing.Color[] |
toGdiColors(Color[] colors)
Converts the
Aspose.Imaging.Color array to the System.Drawing.Color array. |
public static Color toGdiColor(Color color)
Converts the Aspose.Imaging.Color
to the System.Drawing.Color
.
color
- TheAspose.Imaging.Color
to convert.System.Drawing.Color
.public static com.aspose.ms.System.Drawing.Color[] toGdiColors(Color[] colors)
Converts the Aspose.Imaging.Color
array to the System.Drawing.Color
array.
colors
- TheAspose.Imaging.Color
array to convert.System.Drawing.Color
array.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.