In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / ColorHSLtoRGB Method

ColorHSLtoRGB Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(155)>

Sub ColorHSLtoRGB( _

   ByVal Hue As Single, _

   ByVal Saturation As Single, _

   ByVal Lightness As Single, _

   ByRef Red As Byte, _

   ByRef Green As Byte, _

   ByRef Blue As Byte _

) 
[DispId(155)]

void ColorHSLtoRGB( 

   float Hue,

   float Saturation,

   float Lightness,

   ref byte Red,

   ref byte Green,

   ref byte Blue

)
procedure ColorHSLtoRGB( 

    Hue: Single;

    Saturation: Single;

    Lightness: Single;

   var  Red: Byte;

   var  Green: Byte;

   var  Blue: Byte

); 
DispIdAttribute(155)

function ColorHSLtoRGB( 

   Hue : float,

   Saturation : float,

   Lightness : float,

   Red : byte,

   Green : byte,

   Blue : byte

);
[DispId(155)]

void ColorHSLtoRGB( 

   float Hue,

   float Saturation,

   float Lightness,

   ref byte Red,

   ref byte Green,

   ref byte Blue

) 
[DispId(155)]

void ColorHSLtoRGB( 

   float Hue,

   float Saturation,

   float Lightness,

   byte% Red,

   byte% Green,

   byte% Blue

) 

Parameters

Hue
Saturation
Lightness
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members