ColorBlend.ColorBlend
ColorBlend()
Initializes a new instance of the ColorBlend
class.
public ColorBlend()
See Also
- class ColorBlend
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
ColorBlend(int)
Initializes a new instance of the ColorBlend
class with the specified number of colors and positions.
public ColorBlend(int count)
Parameter | Type | Description |
---|---|---|
count | Int32 | The number of colors and positions in this ColorBlend. |
See Also
- class ColorBlend
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing