Skip to content

Commit 12547fb

Browse files
Update image-data-v1.0.0.md
1 parent 6080442 commit 12547fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/ios/api-reference/image-data-v1.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Stores the image data.
2525
| [`width`](#width) | *NSInteger* | The width of the image in pixels. |
2626
| [`height`](#height) | *NSInteger* | The height of the image in pixels. |
2727
| [`stride`](#stride) | *NSInteger* | The stride is measured by the byte length of each line in the pixel buffer. |
28-
| [`format`](#format) | *NSInteger* | The image pixel format used in the image byte array. View [`EnumImagePixelFormat`]({{ site.enumerations }}image-pixel-format.html?src=android) for all supported image pixel formats. |
28+
| [`format`](#format) | *NSInteger* | The image pixel format used in the image byte array. View [`EnumImagePixelFormat`]({{ site.enumerations }}image-pixel-format.html?src=ios) for all supported image pixel formats. |
2929
3030
 
3131

0 commit comments

Comments
 (0)