Carbon


defaultDither

Header: ImageCompression.h

enum {
    defaultDither = 0,
    forceDither = 1,
    suppressDither = 2,
    useColorMatching = 4
};

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