Carbon


ARGBColor

Header: ImageCodec.h

struct ARGBColor {
    UInt16 alpha; 
    UInt16 red; 
    UInt16 green; 
    UInt16 blue;
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)