RGBToHSV Method (GdPictureColor)
In This Topic
Syntax
'Declaration
Public Shared Sub RGBToHSV( _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByRef As Single, _
ByRef As Byte, _
ByRef As Byte _
)
public static void RGBToHSV(
byte ,
byte ,
byte ,
out float ,
out byte ,
out byte
)
public procedure RGBToHSV(
: Byte;
: Byte;
: Byte;
Out : Single;
Out : Byte;
Out : Byte
); static;
public static function RGBToHSV(
: byte,
: byte,
: byte,
: float,
: byte,
: byte
);
public: static void RGBToHSV(
byte ,
byte ,
byte ,
[PARAMFLAG::Out] float ,
[PARAMFLAG::Out] byte ,
[PARAMFLAG::Out] byte
)
public:
static void RGBToHSV(
byte ,
byte ,
byte ,
[Out] float ,
[Out] byte ,
[Out] byte
)
Parameters
- r
- g
- b
- h
- s
- v
See Also