Skip to content

Commit

Permalink
cross ref
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Feb 6, 2025
1 parent 6fcb81d commit 9ee6dea
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
5 changes: 4 additions & 1 deletion docs/03.reference/01.functions/directoryinfo/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: DirectoryInfo
id: function-directoryinfo
related:
- function-fileinfo
- function-getfileinfo
categories:
- files
---

returns detailed info about the given directory.
returns detailed info about the given directory.
9 changes: 7 additions & 2 deletions docs/03.reference/01.functions/imageclearrect/function.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
title: ImageClearRect
id: function-imageclearrect
related:
- function-imagesetbackgroundcolor
categories:
- image
- image
---

Clears the specified rectangle by filling it with the background color of the current drawing surface.
Clears the specified rectangle by filling it with the background color of the current drawing surface.

The color is set via [[function-imagesetbackgroundcolor]]


Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: ImageGetIptcMetadata
id: function-imagegetiptcmetadata
related:
- function-imagegetiptctag
categories:
- image
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: ImageSetBackgroundColor
id: function-imagesetbackgroundcolor
related:
categories:
- image
- image
---

Sets the background color for the image.

The background color is used for clearing a region.

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

0 comments on commit 9ee6dea

Please sign in to comment.