Skip to content

Commit 11aabfc

Browse files
committed
Update CHANGELOG-v3.50.md
1 parent bbbb49f commit 11aabfc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG-v3.50.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,19 +673,23 @@ When loading any of the file types listed below it will no longer store the data
673673

674674
### ColorMatrix
675675

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.
677677
* The `ColorMatrix.set` method allows you to set the values of a ColorMatrix.
678678
* The `ColorMatrix.reset` method will reset the ColorMatrix to its default values.
679679
* The `ColorMatrix.getData` method will return the data in the ColorMatrix as a Float32Array, useful for setting in a shader uniform.
680680
* 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.
682683
* The `ColorMatrix.hue` method lets you rotate the hues of the ColorMatrix by the given amount.
683684
* The `ColorMatrix.grayscale` method converts the ColorMatrix to grayscale.
685+
* The `ColorMatrix.blackWhite` method converts the ColorMatrix to black and whites.
684686
* The `ColorMatrix.contrast` method lets you set the contrast of the ColorMatrix.
685687
* The `ColorMatrix.negative` method converts the ColorMatrix to negative values.
686688
* The `ColorMatrix.desaturateLuminance` method applies a desaturated luminance to the ColorMatrix.
687689
* The `ColorMatrix.sepia` method applies a sepia tone to the ColorMatrix.
688690
* 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.
689693
* The `ColorMatrix.vintagePinhole` method applies a vintage pinhole color effect to the ColorMatrix.
690694
* The `ColorMatrix.kodachrome` method applies a kodachrome color effect to the ColorMatrix.
691695
* The `ColorMatrix.technicolor` method applies a technicolor color effect to the ColorMatrix.

0 commit comments

Comments
 (0)