Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js4428 mxVsdxTheme.prototype.getStyleColor = function (styleColor) {
4430 if (styleColor < 8) {
4440 else if (styleColor === 8) {
4448 if (styleColor >= 200) {
4449 clrIndex = styleColor - 200;
4451 else if (styleColor >= 100) {
4452 clrIndex = styleColor - 100;
6129 this.calcColor(styleColor, theme);
6135 …if (((typeof styleColor === 'number') || styleColor === null) && ((theme != null && theme instance…
6138 …else if (((styleColor != null && styleColor instanceof com.mxgraph.io.vsdx.mxVsdxTheme) || styleCo…
[all …]