Skip to content

Commit a37086b

Browse files
authored
Apply suggestions from code review
1 parent b8fac63 commit a37086b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/en-us/reference/engine/classes/EditableImage.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,9 @@ methods:
395395
summary: |
396396
Reads a rectangular region of pixels into a buffer.
397397
description: |
398-
Reads a rectangular region of pixels from an `Class.EditableImage` and returns it as a buffer. Each number in the buffer is a single byte, with pixels stored in a sequence of four bytes (red, green, blue, and alpha).
398+
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).
399401
400402
Note that this method uses alpha instead of transparency, unlike the
401403
`Class.EditableImage` drawing methods.
@@ -429,7 +431,9 @@ methods:
429431
summary: |
430432
Writes a rectangular region of pixels into the image.
431433
description: |
432-
Writes a rectangular region of pixels to an `Class.EditableImage` from a buffer. Each number in the buffer is a single byte, with pixels stored in a sequence of four bytes (red, green, blue, and alpha).
434+
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).
433437
434438
Note that this method uses alpha instead of transparency, unlike the
435439
`Class.EditableImage` drawing methods.

0 commit comments

Comments
 (0)