BCGControlBar Pro for MFC
void CBCGPCircularGaugeColors::SetTheme ( BCGP_CIRCULAR_GAUGE_COLOR_THEME  theme,
const CBCGPCircularGaugeImpl pGauge = NULL 
)

Initializes the object with theme colors.

Sets color theme.

theme can be one of the following enumerated values:

  • BCGP_CIRCULAR_GAUGE_BLUE,
  • BCGP_CIRCULAR_GAUGE_SILVER,
  • BCGP_CIRCULAR_GAUGE_GOLD,
  • BCGP_CIRCULAR_GAUGE_BLACK,
  • BCGP_CIRCULAR_GAUGE_WHITE
Parameters
themeSpecifies a color theme.
pGaugeA pointer to the gauge object. Can be NULL.