diff --git a/docs/03.reference/01.functions/directoryinfo/function.md b/docs/03.reference/01.functions/directoryinfo/function.md index 80c4b8eb6..116bd9405 100644 --- a/docs/03.reference/01.functions/directoryinfo/function.md +++ b/docs/03.reference/01.functions/directoryinfo/function.md @@ -2,7 +2,10 @@ title: DirectoryInfo id: function-directoryinfo related: +- function-fileinfo +- function-getfileinfo categories: +- files --- -returns detailed info about the given directory. \ No newline at end of file +returns detailed info about the given directory. diff --git a/docs/03.reference/01.functions/imageclearrect/function.md b/docs/03.reference/01.functions/imageclearrect/function.md index fa5e6d534..98ab3ec36 100644 --- a/docs/03.reference/01.functions/imageclearrect/function.md +++ b/docs/03.reference/01.functions/imageclearrect/function.md @@ -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. \ No newline at end of file +Clears the specified rectangle by filling it with the background color of the current drawing surface. + +The color is set via [[function-imagesetbackgroundcolor]] + + diff --git a/docs/03.reference/01.functions/imagegetiptcmetadata/function.md b/docs/03.reference/01.functions/imagegetiptcmetadata/function.md index 99da8cb56..235ff12ee 100644 --- a/docs/03.reference/01.functions/imagegetiptcmetadata/function.md +++ b/docs/03.reference/01.functions/imagegetiptcmetadata/function.md @@ -1,6 +1,8 @@ --- title: ImageGetIptcMetadata id: function-imagegetiptcmetadata +related: +- function-imagegetiptctag categories: - image --- diff --git a/docs/03.reference/01.functions/imagesetbackgroundcolor/function.md b/docs/03.reference/01.functions/imagesetbackgroundcolor/function.md index dee2b4ebf..6c5a2e799 100644 --- a/docs/03.reference/01.functions/imagesetbackgroundcolor/function.md +++ b/docs/03.reference/01.functions/imagesetbackgroundcolor/function.md @@ -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 \ No newline at end of file +Setting the background color only affects the subsequent [[function-ImageClearRect]] calls