# `GSColorSpace.appleRGB`

*Type Property*

Perceptual calibrated RGB color space for Apple devices.

## Declaration

```swift
class var appleRGB: GSColorSpace { get }
```

```objc
@property (class, readonly) GSColorSpace * appleRGB;
```

```python
appleRGB() -> GSColorSpace
```

## Discussion

This is the color space used by `+[NSColor colorWithCalibratedRed:green:blue:alpha:]`.

Avoid using this color space outside of legacy documents.

