Transforms pixels. The output pixel is the input pixel (vertical vector) multiplied by the matrix specified by the Matrix property, and then added to Translation property.
Used for things like BlackAndWhite and channel swapping where the output pixel is a linear function of the channel values of the input pixel.