Contents

init(iccProfileData:)

Initializes and returns a color space object from the specified ICC profile.

Declaration

init?(iccProfileData iccData: Data)

Parameters

  • iccData:

    The ICC profile to use when initializing the NSColorSpace object. For information on ICC profiles, see the latest ICC specification at the Icc Specs2 website.

Return Value

The initialized NSColorSpace object or nil if initialization was not successful.

See Also

Related Documentation

Initializing a Custom Color Space Object