In This Topic

FromCmyk Method (GdPictureColor)

In This Topic
Syntax
'Declaration
 
Public Shared Function FromCmyk( _
   ByVal Cyan As Byte, _
   ByVal Magenta As Byte, _
   ByVal Yellow As Byte, _
   ByVal Black As Byte _
) As GdPictureColor
public static GdPictureColor FromCmyk( 
   byte Cyan,
   byte Magenta,
   byte Yellow,
   byte Black
)
public function FromCmyk( 
    Cyan: Byte;
    Magenta: Byte;
    Yellow: Byte;
    Black: Byte
): GdPictureColor; static; 
public static function FromCmyk( 
   Cyan : byte,
   Magenta : byte,
   Yellow : byte,
   Black : byte
) : GdPictureColor;
public: static GdPictureColor FromCmyk( 
   byte Cyan,
   byte Magenta,
   byte Yellow,
   byte Black
) 
public:
static GdPictureColor FromCmyk( 
   byte Cyan,
   byte Magenta,
   byte Yellow,
   byte Black
) 

Parameters

Cyan
Magenta
Yellow
Black
See Also