Skip to content

Commit 9ee6dea

Browse files
committed
cross ref
1 parent 6fcb81d commit 9ee6dea

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

docs/03.reference/01.functions/directoryinfo/function.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
title: DirectoryInfo
33
id: function-directoryinfo
44
related:
5+
- function-fileinfo
6+
- function-getfileinfo
57
categories:
8+
- files
69
---
710

8-
returns detailed info about the given directory.
11+
returns detailed info about the given directory.

docs/03.reference/01.functions/imageclearrect/function.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
title: ImageClearRect
33
id: function-imageclearrect
44
related:
5+
- function-imagesetbackgroundcolor
56
categories:
6-
- image
7+
- image
78
---
89

9-
Clears the specified rectangle by filling it with the background color of the current drawing surface.
10+
Clears the specified rectangle by filling it with the background color of the current drawing surface.
11+
12+
The color is set via [[function-imagesetbackgroundcolor]]
13+
14+

docs/03.reference/01.functions/imagegetiptcmetadata/function.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: ImageGetIptcMetadata
33
id: function-imagegetiptcmetadata
4+
related:
5+
- function-imagegetiptctag
46
categories:
57
- image
68
---
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: ImageSetBackgroundColor
33
id: function-imagesetbackgroundcolor
4-
related:
54
categories:
6-
- image
5+
- image
76
---
87

98
Sets the background color for the image.
109

1110
The background color is used for clearing a region.
1211

13-
Setting the background color only affects the subsequent ImageClearRect calls
12+
Setting the background color only affects the subsequent [[function-ImageClearRect]] calls

0 commit comments

Comments
 (0)