C# 클래스 Smartmobili.Cocoa.GSDeviceCMYKColor

상속: NSColor
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_alpha_component double
_black_component double
_cyan_component double
_magenta_component double
_yellow_component double

공개 메소드들

메소드 설명
Alloc ( ) : GSDeviceCMYKColor
GetComponents ( double &components ) : void
InitWithDeviceCyan ( double cyan, double magenta, double yellow, double black, double alpha ) : NSColor

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : GSDeviceCMYKColor
리턴 GSDeviceCMYKColor

GetComponents() 공개 메소드

public GetComponents ( double &components ) : void
components double
리턴 void

InitWithDeviceCyan() 공개 메소드

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

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_alpha_component 보호되어 있는 프로퍼티

protected double _alpha_component
리턴 double

_black_component 보호되어 있는 프로퍼티

protected double _black_component
리턴 double

_cyan_component 보호되어 있는 프로퍼티

protected double _cyan_component
리턴 double

_magenta_component 보호되어 있는 프로퍼티

protected double _magenta_component
리턴 double

_yellow_component 보호되어 있는 프로퍼티

protected double _yellow_component
리턴 double