C# Class Smartmobili.Cocoa.GSDeviceCMYKColor

Inheritance: NSColor
Show file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_alpha_component double
_black_component double
_cyan_component double
_magenta_component double
_yellow_component double

Public Methods

Method Description
Alloc ( ) : GSDeviceCMYKColor
GetComponents ( double &components ) : void
InitWithDeviceCyan ( double cyan, double magenta, double yellow, double black, double alpha ) : NSColor

Method Details

Alloc() public static method

public static Alloc ( ) : GSDeviceCMYKColor
return GSDeviceCMYKColor

GetComponents() public method

public GetComponents ( double &components ) : void
components double
return void

InitWithDeviceCyan() public method

public InitWithDeviceCyan ( double cyan, double magenta, double yellow, double black, double alpha ) : NSColor
cyan double
magenta double
yellow double
black double
alpha double
return NSColor

Property Details

Class public static property

public static Class,Smartmobili.Cocoa Class
return Class

_alpha_component protected property

protected double _alpha_component
return double

_black_component protected property

protected double _black_component
return double

_cyan_component protected property

protected double _cyan_component
return double

_magenta_component protected property

protected double _magenta_component
return double

_yellow_component protected property

protected double _yellow_component
return double