We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imgMap_screenShot20170515.png
The text was updated successfully, but these errors were encountered:
a screen shot using canvasFrm.html.
canvasFrm.html
var y1=imgMap('sample1');
var y2=imgMap('sample2');
var x1;
y1.cvs2Map('1000'); //'1000'=1*R 0*G 0*B 0*a
x1=y1();
y2.map2Cvs(x1.outputMap);
Sorry, something went wrong.
imgMap_screenShot20170520.png
var y1=imgMap('sample1'),y2=imgMap('sample2'),x1;
y1.cvs2Map('0010'); //'0010'=0*R 0*G 1*B 0*a
y2.map2Cvs(x1.outputMap.replace(/[^123@]/g,0));
No branches or pull requests
imgMap_screenShot20170515.png
The text was updated successfully, but these errors were encountered: