You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-v3.50.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -673,19 +673,23 @@ When loading any of the file types listed below it will no longer store the data
673
673
674
674
### ColorMatrix
675
675
676
-
*`Phaser.Display.ColorMatrix` is a new class that allows you to create and manipulate a 5x5 color matrix, which can be used by shaders or graphics operations.
676
+
*`Phaser.Display.ColorMatrix` is a new class that allows you to create and manipulate a 5x4 color matrix, which can be used by shaders or graphics operations.
677
677
* The `ColorMatrix.set` method allows you to set the values of a ColorMatrix.
678
678
* The `ColorMatrix.reset` method will reset the ColorMatrix to its default values.
679
679
* The `ColorMatrix.getData` method will return the data in the ColorMatrix as a Float32Array, useful for setting in a shader uniform.
680
680
* The `ColorMatrix.brightness` method lets you set the brightness of the ColorMatrix.
681
-
* The `ColorMatrix.saturation` method lets you set the saturation of the ColorMatrix.
681
+
* The `ColorMatrix.saturate` method lets you set the saturation of the ColorMatrix.
682
+
* The `ColorMatrix.desaturate` method lets you desaturate the colors in the ColorMatrix.
682
683
* The `ColorMatrix.hue` method lets you rotate the hues of the ColorMatrix by the given amount.
683
684
* The `ColorMatrix.grayscale` method converts the ColorMatrix to grayscale.
685
+
* The `ColorMatrix.blackWhite` method converts the ColorMatrix to black and whites.
684
686
* The `ColorMatrix.contrast` method lets you set the contrast of the ColorMatrix.
685
687
* The `ColorMatrix.negative` method converts the ColorMatrix to negative values.
686
688
* The `ColorMatrix.desaturateLuminance` method applies a desaturated luminance to the ColorMatrix.
687
689
* The `ColorMatrix.sepia` method applies a sepia tone to the ColorMatrix.
688
690
* The `ColorMatrix.brown` method applies a brown tone to the ColorMatrix.
691
+
* The `ColorMatrix.night` method applies a night time effect to the ColorMatrix.
692
+
* The `ColorMatrix.lsd` method applies a trippy color effect to the ColorMatrix.
689
693
* The `ColorMatrix.vintagePinhole` method applies a vintage pinhole color effect to the ColorMatrix.
690
694
* The `ColorMatrix.kodachrome` method applies a kodachrome color effect to the ColorMatrix.
691
695
* The `ColorMatrix.technicolor` method applies a technicolor color effect to the ColorMatrix.
0 commit comments