times

operator fun Matrix55.times(color: ColorRGBa): ColorRGBa(source)

Multiplies a 5x5 matrix with a ColorRGBa instance.

Return

A new ColorRGBa instance resulting from the matrix transformation.

Parameters

color

The ColorRGBa instance to be transformed by the matrix.