Are NSColorSpace getters thread safe?

The documentaion of NSColor says that all it's methods are immutable and thread-safe. However, how is it with NSColorSpace class/instance variables and methods - are they also thread-safe? Can I use them safely in non-UI threads? I suppose so, but...

Thanks,

Jiri