15 #include "configVariableColor.h"
23 void ConfigVariableColor::
24 set_default_value(
const LColor &default_value) {
27 pdtoa(default_value[0], p);
31 pdtoa(default_value[1], p);
35 pdtoa(default_value[2], p);
39 pdtoa(default_value[3], p);
41 _core->set_default_value(buffer);
This is the base class for all three-component vectors and points.