Class
GSColorSpace
Declaration
class GSColorSpaceDeclaration
@interface GSColorSpace : NSObjectDeclaration
class GSColorSpace(NSObject)Topics
Initializers
Returns a color space matching the given tag name, if any.
Instance Properties
Returns a grayscale color space closely matching the receiver.
A string which identifies the color space.
Instance Methods
Returns an RGB color with the given components in the color space.
Returns a grayscale color with the given components in the color space.
Type Properties
Perceptual calibrated grayscale color space for Apple devices.
Perceptual calibrated RGB color space for Apple devices.
Perceptual Display P3 based on DCI-P3.
Perceptual generic grayscale color space with γ = 2.2.
Perceptual sRGB.
Linear sRGB.
Type Methods
Topics
Instance Properties
Returns a grayscale color space closely matching the receiver.
A string which identifies the color space.
Instance Methods
Returns an RGB color with the given components in the color space.
Returns a grayscale color with the given components in the color space.
Type Properties
Perceptual calibrated grayscale color space for Apple devices.
Perceptual calibrated RGB color space for Apple devices.
Perceptual Display P3 based on DCI-P3.
Perceptual generic grayscale color space with γ = 2.2.
Perceptual sRGB.
Linear sRGB.
Type Methods
Returns a color space matching the given tag name, if any.
Relationships
Inherits From
NSObject
Conforms To
ObjectiveC.NSObjectProtocolSwift.CVarArgSwift.CustomDebugStringConvertibleSwift.CustomStringConvertibleSwift.EquatableSwift.Hashable
Relationships
Inherits From
NSObject