Color Constants
Return To Contents
The following table lists commonly used colors, their hexadecimal values, and
selected constants from popular development environments. For example, to
specify "00FF99CC", format as…
Delphi/Kylix: $00FF99CC
Visual Basic: &H00FF99CC&
Visual C++/C++ Builder: 0x00FF99CC
Contents | Index | Previous | Next