AztecSetBarColor Function

Navigation:  Reference Guide >

AztecSetBarColor Function

Previous pageReturn to chapter overviewNext page

Specifies the RGB triplet of the color for the narrow bar.

void AztecSetBarColor(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.