Provides access to the ColorBlender object.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Class ColorBlender
C#
public class ColorBlender
Visual C++
public ref class ColorBlender
JavaScript
Nasosoft.Chart.Drawing.ColorBlender = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.ColorBlender');

Remarks

This class allows you easily obtain a gradient of colors between two selected color hues. By specifying a number of steps, developers may effortlessly create an even gradient of Color objects.

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.ColorBlender

See Also