This commit is contained in:
Thomas Fussell 2016-06-19 22:23:32 +01:00
parent 112aa14e1a
commit b4a7b1c849

View File

@ -64,7 +64,7 @@ public:
xlnt::fill gradient_fill_path;
gradient_fill_path.set_type(xlnt::fill::type::gradient);
gradient_fill_path.set_gradient_type(xlnt::fill::gradient_type::linear);
gradient_fill_path.set_gradient_type(xlnt::fill::gradient_type::path);
gradient_fill_path.set_start_color(xlnt::color::red());
gradient_fill_path.set_end_color(xlnt::color::green());