Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 825 Bytes

color-constants.md

File metadata and controls

32 lines (25 loc) · 825 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Color constants
vblr6.chm1106125
vblr6.chm1106125
f0740df2-8835-0f5b-932d-8eefc9bc0000
12/11/2018
medium

Color constants

The following constants can be used anywhere in your code in place of the actual values.

Constant Value Description
vbBlack 0x0 Black
vbRed 0xFF Red
vbGreen 0xFF00 Green
vbYellow 0xFFFF Yellow
vbBlue 0xFF0000 Blue
vbMagenta 0xFF00FF Magenta
vbCyan 0xFFFF00 Cyan
vbWhite 0xFFFFFF White

See also

[!includeSupport and feedback]