Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating a QCRenderer from a QCComposition



*** NSRunLoop ignoring exception '-[QCRenderer initWithComposition:colorSpace:]: Argument "colorSpace" does not verify "(CGColorSpaceGetModel(colorSpace) == kCGColorSpaceModelRGB) && (CGColorSpaceGetType(colorSpace) != kCGColorSpaceDeviceRGB)"'

How can I create a Color Space working with my QCRenderer ?

I'm not sure what the official method is, but here's what I've found to work:


extern id QCGetIndexedColorSpace(unsigned int index);

...

[self initWithCGLContext: [context CGLContextObj]
	pixelFormat: [format CGLPixelFormatObj]
	colorSpace: (struct CGColorSpace*)QCGetIndexedColorSpace(7)
	composition: qcc];

--
[ christopher wright ]
email@hidden
http://softpixel.com/~cwright/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/email@hidden

This email sent to email@hidden
References: 
 >Creating a QCRenderer from a QCComposition (From: Christophe Ducommun <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.