|
|
@ -225,7 +225,7 @@ var AlternateCS = (function AlternateCSClosure() { |
|
|
|
return base.getRgbBuffer(baseBuf, 8); |
|
|
|
return base.getRgbBuffer(baseBuf, 8); |
|
|
|
}, |
|
|
|
}, |
|
|
|
isDefaultDecode: function altcs_isDefaultDecode(decodeMap) { |
|
|
|
isDefaultDecode: function altcs_isDefaultDecode(decodeMap) { |
|
|
|
ColorSpace.isDefaultDecode(decodeMap, this.numComps); |
|
|
|
return ColorSpace.isDefaultDecode(decodeMap, this.numComps); |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
@ -327,7 +327,7 @@ var DeviceGrayCS = (function DeviceGrayCSClosure() { |
|
|
|
return rgbBuf; |
|
|
|
return rgbBuf; |
|
|
|
}, |
|
|
|
}, |
|
|
|
isDefaultDecode: function graycs_isDefaultDecode(decodeMap) { |
|
|
|
isDefaultDecode: function graycs_isDefaultDecode(decodeMap) { |
|
|
|
ColorSpace.isDefaultDecode(decodeMap, this.numComps); |
|
|
|
return ColorSpace.isDefaultDecode(decodeMap, this.numComps); |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
return DeviceGrayCS; |
|
|
|
return DeviceGrayCS; |
|
|
@ -354,7 +354,7 @@ var DeviceRgbCS = (function DeviceRgbCSClosure() { |
|
|
|
return rgbBuf; |
|
|
|
return rgbBuf; |
|
|
|
}, |
|
|
|
}, |
|
|
|
isDefaultDecode: function rgbcs_isDefaultDecode(decodeMap) { |
|
|
|
isDefaultDecode: function rgbcs_isDefaultDecode(decodeMap) { |
|
|
|
ColorSpace.isDefaultDecode(decodeMap, this.numComps); |
|
|
|
return ColorSpace.isDefaultDecode(decodeMap, this.numComps); |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
return DeviceRgbCS; |
|
|
|
return DeviceRgbCS; |
|
|
@ -441,7 +441,7 @@ var DeviceCmykCS = (function DeviceCmykCSClosure() { |
|
|
|
return rgbBuf; |
|
|
|
return rgbBuf; |
|
|
|
}, |
|
|
|
}, |
|
|
|
isDefaultDecode: function cmykcs_isDefaultDecode(decodeMap) { |
|
|
|
isDefaultDecode: function cmykcs_isDefaultDecode(decodeMap) { |
|
|
|
ColorSpace.isDefaultDecode(decodeMap, this.numComps); |
|
|
|
return ColorSpace.isDefaultDecode(decodeMap, this.numComps); |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|