'Declaration
Public Shared Function FromCmykF( _ ByVal Cyan As Single, _ ByVal Magenta As Single, _ ByVal Yellow As Single, _ ByVal Black As Single _ ) As GdPictureColor
public static GdPictureColor FromCmykF( float Cyan, float Magenta, float Yellow, float Black )
public function FromCmykF( Cyan: Single; Magenta: Single; Yellow: Single; Black: Single ): GdPictureColor; static;
public static function FromCmykF( Cyan : float, Magenta : float, Yellow : float, Black : float ) : GdPictureColor;
public: static GdPictureColor FromCmykF( float Cyan, float Magenta, float Yellow, float Black )
public: static GdPictureColor FromCmykF( float Cyan, float Magenta, float Yellow, float Black )
Parameters
- Cyan
- Magenta
- Yellow
- Black