mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
cleanup
This commit is contained in:
parent
39624e9173
commit
f34308efd3
1 changed files with 2 additions and 2 deletions
4
pdf.js
4
pdf.js
|
@ -4646,11 +4646,11 @@ var SeparationCS = (function() {
|
|||
}
|
||||
|
||||
constructor.prototype = {
|
||||
getRgb: function tintcs_getRgb(color) {
|
||||
getRgb: function sepcs_getRgb(color) {
|
||||
var tinted = this.tintFn.func(color);
|
||||
return this.base.getRgb(tinted);
|
||||
},
|
||||
getRgbBuffer: function tintcs_getRgbBuffer(input) {
|
||||
getRgbBuffer: function sepcs_getRgbBuffer(input) {
|
||||
var tintFn = this.tintFn;
|
||||
var base = this.base;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue