Carbon


kThemeBrushBlack

Header: Appearance.h

enum {
    kThemeBrushBlack = -1,
    kThemeBrushWhite = -2
};

Constant descriptions

kThemeBrushBlack

Black; this color does not change from theme to theme. You may use this constant instead of specifying a direct RGB value. Available with Appearance Manager 1.1 and later.

kThemeBrushWhite

White; this color does not change from theme to theme. You may use this constant instead of specifying a direct RGB value. Available with Appearance Manager 1.1 and later.


© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)