void CBCGPColorPickerCtrl::SelectCellHexagon | ( | BYTE | R, |
BYTE | G, | ||
BYTE | B | ||
) |
Given the RGB values selects a new color
Call this function when you need to select a new color explicitly providing R,G and B color components.
R | Specifies the red color component |
G | Specifies the green color component |
B | Specifies the blue color component |