NSColor

E900212

NSColor is a fundamental AppKit class in macOS development that represents and manages color objects for drawing and user interface elements.

All labels observed (2)

Label Occurrences
NSColor canonical 2
NSColor class 1

How this entity was disambiguated

Statements (60)

Predicate Object
instanceOf AppKit class ⓘ
Cocoa class ⓘ
Objective-C class ⓘ
macOS framework type ⓘ
conformsTo NSCopying ⓘ
NSSecureCoding ⓘ
definedIn AppKit.framework ⓘ
hasClassMethod colorNamed: ⓘ
colorWithCGColor: ⓘ
colorWithCalibratedRed:green:blue:alpha: ⓘ
colorWithCalibratedWhite:alpha: ⓘ
colorWithDeviceRed:green:blue:alpha: ⓘ
colorWithDeviceWhite:alpha: ⓘ
colorWithDisplayP3Red:green:blue:alpha: ⓘ
colorWithHue:saturation:brightness:alpha: ⓘ
colorWithSRGBRed:green:blue:alpha: ⓘ
hasInstanceMethod CGColor ⓘ
blendedColorWithFraction:ofColor: ⓘ
colorUsingColorSpace: ⓘ
colorUsingColorSpaceName: ⓘ
getHue:saturation:brightness:alpha: ⓘ
getRed:green:blue:alpha: ⓘ
getWhite:alpha: ⓘ
set ⓘ
setFill ⓘ
setStroke ⓘ
hasProperty alphaComponent ⓘ
blueComponent ⓘ
brightnessComponent ⓘ
colorSpace ⓘ
greenComponent ⓘ
hueComponent ⓘ
redComponent ⓘ
saturationComponent ⓘ
whiteComponent ⓘ
headerFile <AppKit/NSColor.h> ⓘ
inheritsFrom NSObject ⓘ
language Objective-C ⓘ
Swift ⓘ
partOf AppKit ⓘ
linked to: macOS Cocoa

Cocoa ⓘ
platform macOS ⓘ
provides calibrated color spaces support ⓘ
color space conversion ⓘ
component-based color access ⓘ
device color spaces support ⓘ
named colors support ⓘ
pattern colors support ⓘ
system color access ⓘ
relatedTo UIColor ⓘ
supports appearance-aware colors ⓘ
dynamic system colors ⓘ
named color assets ⓘ
usedFor drawing operations ⓘ
managing color objects ⓘ
representing colors ⓘ
user interface elements ⓘ
usedIn AppKit drawing APIs ⓘ
NSAttributedString attributes ⓘ
NSView rendering ⓘ

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

Application Kit → coreClass → NSColor ⓘ
CIColor → bridgesTo → NSColor ⓘ
NeXTSTEP Application Kit → contains → NSColor class ⓘ
linked to: NSColor