These constants represent the values returned by RGB for standard colors:
Constant |
Value |
Description |
---|---|---|
vbBlack |
0 |
Black |
vbRed |
255 |
Red |
vbGreen |
65280 |
Green |
vbYellow |
65535 |
Yellow |
vbBlue |
16,711,680 |
Blue |
vbMagenta |
16,711,935 |
Magenta |
vbCyan |
16,776,960 |
Cyan |
vbWhite |
16,777,215 |
White |
Part I: The Basics
Introduction
Program Structure
Data Types and Variables
Error Handling and Debugging
VBScript with Active Server Pages
Programming Outlook Forms
Windows Script Host 5.6
VBScript with Internet Explorer
Windows Script Components
Part II: Reference
Part III: Appendixes
Appendix A. Language Elements by Category
Appendix B. VBScript Constants
Appendix C. Operators
Appendix E. The Script Encoder