Aspose::BarCode::Generation::SvgParameters::set_SvgColorMode method

SvgParameters::set_SvgColorMode method

Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through “fill-opacity” parameter.

void Aspose::BarCode::Generation::SvgParameters::set_SvgColorMode(Aspose::BarCode::Generation::SvgColorMode value)

See Also