Hi,
I couldn't get CGImage related iphone sdk samples to work. Is there a bug or
am I missing something?
For example, the following code doesn't work.
CGImage SetTransparent (UIImage image)
{
CGImage rawImageRef = image.CGImage
CGImage rawImageRef = image.CGImage;
float [] colorMasking =new float[6] {222, 255, 222, 255, 222, 255}
;
CGImage maskedImageRef = rawImageRef.WithMaskingColors(colorMasking);
return maskedImageRef
}
Thanks
Art
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/CGImage-bug-tp4158528p4158528.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch