You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OcdFileExport: Warn when exporting transparent colors to v8 format
Transparent (semi-opaque) colors are supported only in later format
versions. This patch makes Mapper write out a warning when the color
opacity value gets dropped.
addWarning(::OpenOrienteering::OcdFileExport::tr("Variable color opacity in \"%1\" is not supported by OCD version 8. Exporting as a fully opaque color.")
886
+
.arg(color->getName()));
884
887
constauto& cmyk = color->getCmyk();
885
888
// OC*D stores CMYK values as integers from 0-200.
0 commit comments