Home
last modified time | relevance | path

Searched refs:styleColor (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js4428 mxVsdxTheme.prototype.getStyleColor = function (styleColor) { argument
4430 if (styleColor < 8) {
4435 } return null; })(mxVsdxTheme.colorIds_$LI$(), styleColor));
4440 else if (styleColor === 8) {
4448 if (styleColor >= 200) {
4449 clrIndex = styleColor - 200;
4451 else if (styleColor >= 100) {
4452 clrIndex = styleColor - 100;
6106 OoxmlColor.prototype.calcColor = function (styleColor, theme) { argument
6127 … OoxmlColor.prototype.getColor$int$com_mxgraph_io_vsdx_mxVsdxTheme = function (styleColor, theme) { argument
[all …]