Re: vImage ARGB frustrations
Re: vImage ARGB frustrations
- Subject: Re: vImage ARGB frustrations
- From: Herr Witten <email@hidden>
- Date: Tue, 3 Feb 2004 16:34:15 -0500
I think this is backwards.
On 3 Feb 2004, at 2:04 PM, Jeff LaMarche wrote:
else if (bpp == 3) // RGB
{
p2[0] = 255; //A
p2[1] = p1[0]; //R
p2[2] = p1[1]; //G
p2[3] = p1[2]; //B
}
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.