GetWheelColors Method

Kaliko Image Library

Kaliko.ImageLibrary
GetWheelColors Method





The alpha value used for each colors.
Gets visible colors (color wheel).
Syntax
'Declaration
 
Public Shared Function GetWheelColors( _
   ByVal alpha As System.Integer _
) As System.Drawing.Color()
'Usage
 
Dim alpha As System.Integer
Dim value() As System.Drawing.Color
 
value = ColorSpaceHelper.GetWheelColors(alpha)
public static System.Drawing.Color[] GetWheelColors( 
   System.int alpha
)
public function GetWheelColors( 
    alpha: System.Integer
): System.Drawing.array of Color; static; 
public static function GetWheelColors( 
   alpha : System.int
) : System.Drawing.Color[];
public: static System.Drawing.Color[]* GetWheelColors( 
   System.int alpha
) 
public:
static System.Drawing.array<Color>^ GetWheelColors( 
   System.int alpha
) 

Parameters

alpha
The alpha value used for each colors.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys