Skip to content

Commit 3b8da57

Browse files
committed
jsdoc fixes
1 parent 1b20232 commit 3b8da57

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/display/color/Color.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ var Color = new Class({
125125
/**
126126
* Sets this color to be transparent. Sets all values to zero.
127127
*
128-
* @method Phaser.Curves.Color#transparent
128+
* @method Phaser.Display.Color#transparent
129129
* @since 3.0.0
130130
*
131131
* @return {Phaser.Display.Color} This Color object.
@@ -143,7 +143,7 @@ var Color = new Class({
143143
/**
144144
* Sets the color of this Color component.
145145
*
146-
* @method Phaser.Curves.Color#setTo
146+
* @method Phaser.Display.Color#setTo
147147
* @since 3.0.0
148148
*
149149
* @param {integer} red - The red color value. A number between 0 and 255.
@@ -168,7 +168,7 @@ var Color = new Class({
168168
/**
169169
* Sets the red, green, blue and alpha GL values of this Color component.
170170
*
171-
* @method Phaser.Curves.Color#setGLTo
171+
* @method Phaser.Display.Color#setGLTo
172172
* @since 3.0.0
173173
*
174174
* @param {float} red - The red color value. A number between 0 and 1.
@@ -193,7 +193,7 @@ var Color = new Class({
193193
/**
194194
* Sets the color based on the color object given.
195195
*
196-
* @method Phaser.Curves.Color#setFromRGB
196+
* @method Phaser.Display.Color#setFromRGB
197197
* @since 3.0.0
198198
*
199199
* @param {object} color - An object containing `r`, `g`, `b` and optionally `a` values in the range 0 to 255.
@@ -217,7 +217,7 @@ var Color = new Class({
217217
/**
218218
* Updates the internal cache values.
219219
*
220-
* @method Phaser.Curves.Color#update
220+
* @method Phaser.Display.Color#update
221221
* @since 3.0.0
222222
*
223223
* @return {Phaser.Display.Color} This Color object.
@@ -234,7 +234,7 @@ var Color = new Class({
234234
/**
235235
* Returns a new Color component using the values from this one.
236236
*
237-
* @method Phaser.Curves.Color#clone
237+
* @method Phaser.Display.Color#clone
238238
* @since 3.0.0
239239
*
240240
* @return {Phaser.Display.Color} A new Color object.

0 commit comments

Comments
 (0)