C# 클래스 Smartmobili.Cocoa.NSColor

상속: NSObject
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

공개 메소드들

메소드 설명
Alloc ( ) : NSColor
BlendedColorWithFraction ( double fraction, NSColor aColor ) : NSColor
ColorForControlTint ( NSControlTint controlTint ) : NSColor
ColorUsingColorSpace ( NSColorSpace space ) : NSColor
ColorUsingColorSpaceName ( NSString colorSpace ) : NSColor
ColorUsingColorSpaceName ( NSString colorSpace, NSDictionary deviceDescription ) : NSColor
ColorWithAlphaComponent ( double alpha ) : NSColor
ColorWithCalibratedHue ( double hue, double saturation, double brightness, double alpha ) : NSColor
ColorWithCalibratedRed ( double red, double green, double blue, double alpha ) : NSColor
ColorWithCalibratedWhite ( double white, double alpha ) : NSColor
ColorWithCatalogName ( NSString listName, NSString colorName ) : NSColor
ColorWithColorSpace ( NSColorSpace space, double comp, int number ) : NSColor
ColorWithDeviceCyan ( double cyan, double magenta, double yellow, double black, double alpha ) : NSColor
ColorWithDeviceHue ( double hue, double saturation, double brightness, double alpha ) : NSColor
ColorWithDeviceRed ( double red, double green, double blue, double alpha ) : NSColor
ColorWithDeviceWhite ( double white, double alpha ) : NSColor
ColorWithPatternImage ( NSImage image ) : NSColor
DrawSwatchInRect ( NSRect rect ) : void
EncodeWithCoder ( NSCoder aCoder ) : void
GetComponents ( double &components ) : void
GetCyanMagentaYellowBlackAlpha ( double &cyan, double &magenta, double &yellow, double &black, double &alpha ) : void
GetHueSaturationBrightnessAlpha ( double &hue, double &saturation, double &brightness, double &alpha ) : void
GetRedGreenBlueAlpha ( double &red, double &green, double &blue, double &alpha ) : void
GetWhiteAlpha ( double &white, double &alpha ) : void
Hash ( ) : uint
HighlightWithLevel ( double level ) : NSColor
InitSystemColors ( ) : void
InitWithCoder ( NSCoder aDecoder ) : id
Initialize ( ) : void
IsEqual ( id other ) : bool
Set ( ) : void
SetFill ( ) : void
SetStroke ( ) : void
ShadowWithLevel ( double level ) : NSColor
SystemColorWithName ( NSString name ) : NSColor
WriteToPasteboard ( NSPasteboard pasteBoard ) : void

비공개 메소드들

메소드 설명
ColorFromString ( NSString str ) : NSColor
DefaultsDidChange ( NSNotification notification ) : void
NSColor ( ) : System
ThemeDidActivate ( NSNotification notification ) : void

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSColor
리턴 NSColor

BlendedColorWithFraction() 공개 메소드

public BlendedColorWithFraction ( double fraction, NSColor aColor ) : NSColor
fraction double
aColor NSColor
리턴 NSColor

ColorForControlTint() 공개 정적인 메소드

public static ColorForControlTint ( NSControlTint controlTint ) : NSColor
controlTint NSControlTint
리턴 NSColor

ColorUsingColorSpace() 공개 메소드

public ColorUsingColorSpace ( NSColorSpace space ) : NSColor
space NSColorSpace
리턴 NSColor

ColorUsingColorSpaceName() 공개 메소드

public ColorUsingColorSpaceName ( NSString colorSpace ) : NSColor
colorSpace NSString
리턴 NSColor

ColorUsingColorSpaceName() 공개 메소드

public ColorUsingColorSpaceName ( NSString colorSpace, NSDictionary deviceDescription ) : NSColor
colorSpace NSString
deviceDescription NSDictionary
리턴 NSColor

ColorWithAlphaComponent() 공개 메소드

public ColorWithAlphaComponent ( double alpha ) : NSColor
alpha double
리턴 NSColor

ColorWithCalibratedHue() 공개 정적인 메소드

public static ColorWithCalibratedHue ( double hue, double saturation, double brightness, double alpha ) : NSColor
hue double
saturation double
brightness double
alpha double
리턴 NSColor

ColorWithCalibratedRed() 공개 정적인 메소드

public static ColorWithCalibratedRed ( double red, double green, double blue, double alpha ) : NSColor
red double
green double
blue double
alpha double
리턴 NSColor

ColorWithCalibratedWhite() 공개 정적인 메소드

public static ColorWithCalibratedWhite ( double white, double alpha ) : NSColor
white double
alpha double
리턴 NSColor

ColorWithCatalogName() 공개 정적인 메소드

public static ColorWithCatalogName ( NSString listName, NSString colorName ) : NSColor
listName NSString
colorName NSString
리턴 NSColor

ColorWithColorSpace() 공개 정적인 메소드

public static ColorWithColorSpace ( NSColorSpace space, double comp, int number ) : NSColor
space NSColorSpace
comp double
number int
리턴 NSColor

ColorWithDeviceCyan() 공개 정적인 메소드

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

ColorWithDeviceHue() 공개 정적인 메소드

public static ColorWithDeviceHue ( double hue, double saturation, double brightness, double alpha ) : NSColor
hue double
saturation double
brightness double
alpha double
리턴 NSColor

ColorWithDeviceRed() 공개 정적인 메소드

public static ColorWithDeviceRed ( double red, double green, double blue, double alpha ) : NSColor
red double
green double
blue double
alpha double
리턴 NSColor

ColorWithDeviceWhite() 공개 정적인 메소드

public static ColorWithDeviceWhite ( double white, double alpha ) : NSColor
white double
alpha double
리턴 NSColor

ColorWithPatternImage() 공개 정적인 메소드

public static ColorWithPatternImage ( NSImage image ) : NSColor
image NSImage
리턴 NSColor

DrawSwatchInRect() 공개 메소드

public DrawSwatchInRect ( NSRect rect ) : void
rect NSRect
리턴 void

EncodeWithCoder() 공개 메소드

public EncodeWithCoder ( NSCoder aCoder ) : void
aCoder NSCoder
리턴 void

GetComponents() 공개 메소드

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

GetCyanMagentaYellowBlackAlpha() 공개 메소드

public GetCyanMagentaYellowBlackAlpha ( double &cyan, double &magenta, double &yellow, double &black, double &alpha ) : void
cyan double
magenta double
yellow double
black double
alpha 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

GetWhiteAlpha() 공개 메소드

public GetWhiteAlpha ( double &white, double &alpha ) : void
white double
alpha double
리턴 void

Hash() 공개 메소드

public Hash ( ) : uint
리턴 uint

HighlightWithLevel() 공개 메소드

public HighlightWithLevel ( double level ) : NSColor
level double
리턴 NSColor

InitSystemColors() 공개 정적인 메소드

public static InitSystemColors ( ) : void
리턴 void

InitWithCoder() 공개 메소드

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
리턴 id

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

IsEqual() 공개 메소드

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

Set() 공개 메소드

public Set ( ) : void
리턴 void

SetFill() 공개 메소드

public SetFill ( ) : void
리턴 void

SetStroke() 공개 메소드

public SetStroke ( ) : void
리턴 void

ShadowWithLevel() 공개 메소드

public ShadowWithLevel ( double level ) : NSColor
level double
리턴 NSColor

SystemColorWithName() 공개 정적인 메소드

public static SystemColorWithName ( NSString name ) : NSColor
name NSString
리턴 NSColor

WriteToPasteboard() 공개 메소드

public WriteToPasteboard ( NSPasteboard pasteBoard ) : void
pasteBoard NSPasteboard
리턴 void

프로퍼티 상세

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

public static Class,Smartmobili.Cocoa Class
리턴 Class