C# 클래스 Smartmobili.Cocoa.GSRGBColor

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

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_alpha_component double
_blue_component double
_brightness_component double
_green_component double
_hue_component double
_red_component double
_saturation_component double

공개 메소드들

메소드 설명
Alloc ( ) : GSRGBColor
GetComponents ( double &components ) : void
GetHueSaturationBrightnessAlpha ( double &hue, double &saturation, double &brightness, double &alpha ) : void
GetRedGreenBlueAlpha ( double &red, double &green, double &blue, double &alpha ) : void
IsEqual ( id other ) : bool

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : GSRGBColor
리턴 GSRGBColor

GetComponents() 공개 메소드

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

GetHueSaturationBrightnessAlpha() 공개 메소드

public GetHueSaturationBrightnessAlpha ( double &hue, double &saturation, double &brightness, double &alpha ) : void
hue double
saturation double
brightness double
alpha double
리턴 void

GetRedGreenBlueAlpha() 공개 메소드

public GetRedGreenBlueAlpha ( double &red, double &green, double &blue, double &alpha ) : void
red double
green double
blue double
alpha double
리턴 void

IsEqual() 공개 메소드

public IsEqual ( id other ) : bool
other id
리턴 bool

프로퍼티 상세

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

public static Class,Smartmobili.Cocoa Class
리턴 Class

_alpha_component 보호되어 있는 프로퍼티

protected double _alpha_component
리턴 double

_blue_component 보호되어 있는 프로퍼티

protected double _blue_component
리턴 double

_brightness_component 보호되어 있는 프로퍼티

protected double _brightness_component
리턴 double

_green_component 보호되어 있는 프로퍼티

protected double _green_component
리턴 double

_hue_component 보호되어 있는 프로퍼티

protected double _hue_component
리턴 double

_red_component 보호되어 있는 프로퍼티

protected double _red_component
리턴 double

_saturation_component 보호되어 있는 프로퍼티

protected double _saturation_component
리턴 double