File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10010,8 +10010,7 @@ DuAEF.DuJS.Color = {};
10010
10010
10011
10011
// Init colors
10012
10012
(function() {
10013
- var aeColor = app.themeColor( 78 );
10014
- aeColor.push(1);
10013
+ var aeColor = [0.1372,0.1372,0.1372,1];
10015
10014
/**
10016
10015
* Enum for predefined colors.
10017
10016
* @readonly
@@ -12857,7 +12856,7 @@ DuAEF.DuScriptUI.adjustColor = function( color )
12857
12856
if ( !DuAEF.DuJS.Color.validateColor(color, true) ) return color;
12858
12857
if (color.length == 3) color.push(1);
12859
12858
//gets the main application color
12860
- var q = app.themeColor( 78 )[ 0 ] ;
12859
+ var q = 0.1372 ;
12861
12860
//the darkest one is 0.15000000596046
12862
12861
q = q - 0.15000000596046;
12863
12862
var newColor = color + [ q, q, q, 0 ];
@@ -39609,7 +39608,7 @@ DuAEF.OCA.import = function (file)
39609
39608
}
39610
39609
39611
39610
ocaComp.openInViewer();
39612
- } DuAEF.init("DuIO","2.1.0 ");
39611
+ } DuAEF.init("DuIO","2.1.1 ");
39613
39612
DuAEF.chatURL = 'http://chat.rxlab.info';
39614
39613
DuAEF.bugReportURL = 'https://github.com/RxLaboratory/DuAEF_DuIO/issues/new/choose';
39615
39614
DuAEF.featureRequestURL = 'https://github.com/RxLaboratory/DuAEF_DuIO/issues/new/choose';
You can’t perform that action at this time.
0 commit comments