GetSpectrumColors(Int32) Method
From Kaliko Image Library
Kaliko.ImageLibrary
GetSpectrumColors(Int32) Method
The alpha value used for each colors.
Gets visible spectrum colors.
Syntax
'DeclarationPublic Overloads Shared Function GetSpectrumColors( _ ByVal alpha As System.Integer _ ) As System.Drawing.Color()
'UsageDim alpha As System.Integer Dim value() As System.Drawing.Color value = ColorSpaceHelper.GetSpectrumColors(alpha)
public static System.Drawing.Color[] GetSpectrumColors( System.int alpha )
public function GetSpectrumColors( alpha: System.Integer ): System.Drawing.array of Color; static;
public static function GetSpectrumColors( alpha : System.int ) : System.Drawing.Color[];
public: static System.Drawing.Color[]* GetSpectrumColors( System.int alpha )
public: static System.Drawing.array<Color>^ GetSpectrumColors( 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