I am trying below code snippet to compare images and it is giving grey colour image.
but I want to have actual image colour.
I have mention RED to show in errorColor , But is showing some pink colour
resemble(fileData1)
.outputSettings({
errorColor: {
red: 255,
green: 0,
blue: 0
},
errorType: 'flat',
transparency: 1,
largeImageThreshold: 1200,
useCrossOrigin: false
})
.scaleToSameSize()
.compareTo(fileData2)
.onComplete(function(data){
});
Can you please help, what change i need to make for this.

I am trying below code snippet to compare images and it is giving grey colour image.
but I want to have actual image colour.
I have mention RED to show in errorColor , But is showing some pink colour
Can you please help, what change i need to make for this.
