Added missing property

This commit is contained in:
Richard Davey 2022-08-24 14:51:45 +01:00
parent 4c2d3e3cff
commit fef6718ea6

View file

@ -1,9 +1,10 @@
/**
* @typedef {object} Phaser.Types.Display.ColorObject
* @since 3.0.0
*
*
* @property {number} r - The red color value in the range 0 to 255.
* @property {number} g - The green color value in the range 0 to 255.
* @property {number} b - The blue color value in the range 0 to 255.
* @property {number} a - The alpha color value in the range 0 to 255.
* @property {number} color - The combined color value.
*/