GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor~ToRGB / ToRGB(Byte,Byte,Byte) Method





In This Topic
ToRGB(Byte,Byte,Byte) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Shared Function ToRGB( _
   ByVal cyan As Byte, _
   ByVal magenta As Byte, _
   ByVal yellow As Byte _
) As GdPictureColor
public static GdPictureColor ToRGB( 
   byte cyan,
   byte magenta,
   byte yellow
)
public function ToRGB( 
    cyan: Byte;
    magenta: Byte;
    yellow: Byte
): GdPictureColor; static; 
public static function ToRGB( 
   cyan : byte,
   magenta : byte,
   yellow : byte
) : GdPictureColor;
public: static GdPictureColor ToRGB( 
   byte cyan,
   byte magenta,
   byte yellow
) 
public:
static GdPictureColor ToRGB( 
   byte cyan,
   byte magenta,
   byte yellow
) 

Parameters

cyan
magenta
yellow
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor
GdPictureColor Members
Overload List