Carbon


kThemeTextColorBlack

Header: Appearance.h

enum {
    kThemeTextColorBlack = -1,
    kThemeTextColorWhite = -2
};

Constant descriptions

kThemeTextColorBlack

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.

kThemeTextColorWhite

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)