mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
Added missing property
This commit is contained in:
parent
4c2d3e3cff
commit
fef6718ea6
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue