void CBCGPColorDialog::SetPageTwo | ( | BYTE | R, |
BYTE | G, | ||
BYTE | B | ||
) |
Selects an RGB value for the second property page
Allows to change a selected color on the second property page of the color dialog by adjusting R,G or B color component explicitly.
R | Specifies a red component of the RGB value |
G | Specifies a green component of an RGB value |
B | Specifies a blue component of an RGB value |