Bitmap ColorTransform

I’m using the following to transform color.

new ColorTransform(1, 1, 0, 1, 255, 0, 0, 0);
```html


I need to know what each values represent,
and how can I reset the color.

thank you.