Gets the DigitalPaint automation background color. This function is only available in the Digital Paint toolkits.
#include "ltwrappr.h"
COLORREF LAutomation::GetPaintBkColor(void)
The current automation background color.
This function will only work when the automation mode is AUTOMATION_MODE_PAINT.
The default color retrieved by this function is RGB (0, 0, 0).
For an example, refer to LAutomation::SetPaintBkColor.