BCGSuite for MFC
virtual void CBCGPVisualManager::GetGanttColors ( const CBCGPGanttChart pChart,
BCGP_GANTT_CHART_COLORS colors,
COLORREF  clrBack = CLR_DEFAULT 
) const
virtual

Called by the framework to obtain colors (color scheme) to be used to draw Gantt Chart elements.

Override this function in a derived class to customize appearance of Gantt Chart elements.

If you set clrBack to CLR_DEFAULT, the visual manager will use globalData.clrWindow in order to prepare the color scheme.

Parameters
pChartA pointer to Gantt Chart.
colorsWhen the function returns this structure contains colors for Gantt Chart elements.
clrBackSpecifies the background color of a Gantt Chart control.