BCSetBarColor Function

Navigation:  Reference Guide >

BCSetBarColor Function

Previous pageReturn to chapter overviewNext page

Specifies the RGB triplet of bar and text color.

void BCSetBarColor(WORD red, WORD green, WORD blue);

Parameters

red

Specifies the value of red component for a RGB triplet, the valid value should be between 0 and 255.

green

Specifies the value of green component for a RGB triplet, the valid value should be between 0 and 255.

blue

Specifies the value of blue component for a RGB triplet, the valid value should be between 0 and 255.