Section B.1. Color Constants
B 1 Color Constants
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  |