ColorExtensions
Inheritance: java.lang.Object
public final class ColorExtensions
Bu Color uzantı metodları.
Yöntemler
| Yöntem | Açıklama |
|---|---|
| toGdiColor(Color color) | com.aspose.imaging.Color‘ı System.Drawing.Color‘a dönüştürür. |
| toGdiColors(Color[] colors) | com.aspose.imaging.Color dizisini System.Drawing.Color dizisine dönüştürür. |
toGdiColor(Color color)
public static Color toGdiColor(Color color)
com.aspose.imaging.Color‘ı System.Drawing.Color‘a dönüştürür.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| color | Color | Dönüştürülecek com.aspose.imaging.Color. |
Returns:
Color - The converted System.Drawing.Color.
toGdiColors(Color[] colors)
public static System.Drawing.Color[] toGdiColors(Color[] colors)
com.aspose.imaging.Color dizisini System.Drawing.Color dizisine dönüştürür.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| colors | Color[] | Dönüştürülecek com.aspose.imaging.Color dizisi. |
Returns:
com.aspose.ms.System.Drawing.Color[] - Dönüştürülmüş System.Drawing.Color dizisi.