C# Class Smartmobili.Cocoa.GSDeviceRGBColor

Inheritance: GSRGBColor
Mostra file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Public Methods

Method Description
Alloc ( ) : GSDeviceRGBColor
InitWithDeviceHue ( double hue, double saturation, double brightness, double alpha ) : NSColor
InitWithDeviceRed ( double red, double green, double blue, double alpha ) : NSColor

Method Details

Alloc() public static method

public static Alloc ( ) : GSDeviceRGBColor
return GSDeviceRGBColor

InitWithDeviceHue() public method

public InitWithDeviceHue ( double hue, double saturation, double brightness, double alpha ) : NSColor
hue double
saturation double
brightness double
alpha double
return NSColor

InitWithDeviceRed() public method

public InitWithDeviceRed ( double red, double green, double blue, double alpha ) : NSColor
red double
green double
blue double
alpha double
return NSColor

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class