RGBtoLab(Color) Method

Kaliko Image Library

Kaliko.ImageLibrary
RGBtoLab(Color) Method





Converts RGB to CIELab.
Syntax
'Declaration
 
Public Overloads Shared Function RGBtoLab( _
   ByVal color As System.Drawing.Color _
) As CIELab
'Usage
 
Dim color As System.Drawing.Color
Dim value As CIELab
 
value = ColorSpaceHelper.RGBtoLab(color)
public static CIELab RGBtoLab( 
   System.Drawing.Color color
)
public function RGBtoLab( 
    color: System.Drawing.Color
): CIELab; static; 
public static function RGBtoLab( 
   color : System.Drawing.Color
) : CIELab;
public: static CIELab RGBtoLab( 
   System.Drawing.Color color
) 
public:
static CIELab RGBtoLab( 
   System.Drawing.Color color
) 

Parameters

color
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