AztecSetBackColor Function

Navigation:  Reference Guide >

AztecSetBackColor Function

Previous pageReturn to chapter overviewNext page

Specifies the RGB triplet of the background color.

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