@@ -170,7 +170,7 @@ methods:
170170 Position at which the top-left corner of the added image will be
171171 drawn.
172172 - name : image
173- type : Object
173+ type : EditableImage
174174 default :
175175 summary : |
176176 The `Class.EditableImage` to draw into this `Class.EditableImage`.
@@ -200,7 +200,7 @@ methods:
200200 code_samples : []
201201 parameters :
202202 - name : mesh
203- type : Object
203+ type : EditableMesh
204204 default :
205205 summary : |
206206 The `Class.EditableMesh` used to project into.
@@ -275,7 +275,7 @@ methods:
275275 The rotation angle in degrees, applied around the pivot point of the
276276 source image.
277277 - name : image
278- type : Object
278+ type : EditableImage
279279 default :
280280 summary : |
281281 The source `Class.EditableImage` to be drawn into this image.
@@ -396,8 +396,8 @@ methods:
396396 Reads a rectangular region of pixels into a buffer.
397397 description : |
398398 Reads a rectangular region of pixels from an `Class.EditableImage` and
399- returns it as a buffer. Each number in the buffer is a single byte, with pixels
400- stored in a sequence of four bytes (red, green, blue, and alpha).
399+ returns it as a buffer. Each number in the buffer is a single byte, with
400+ pixels stored in a sequence of four bytes (red, green, blue, and alpha).
401401
402402 Note that this method uses alpha instead of transparency, unlike the
403403 `Class.EditableImage` drawing methods.
@@ -432,8 +432,8 @@ methods:
432432 Writes a rectangular region of pixels into the image.
433433 description : |
434434 Writes a rectangular region of pixels to an `Class.EditableImage` from a
435- buffer. Each number in the buffer is a single byte, with pixels stored in a
436- sequence of four bytes (red, green, blue, and alpha).
435+ buffer. Each number in the buffer is a single byte, with pixels stored in
436+ a sequence of four bytes (red, green, blue, and alpha).
437437
438438 Note that this method uses alpha instead of transparency, unlike the
439439 `Class.EditableImage` drawing methods.
0 commit comments