From e571b52a273fbd94149cc0d069781749df02d964 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 20 Jan 2015 14:23:53 +0000 Subject: [PATCH] Update 01_Image.md Ive added this to show you can change the color of the padding area --- docs/en/02_Developer_Guides/14_Files/01_Image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/14_Files/01_Image.md b/docs/en/02_Developer_Guides/14_Files/01_Image.md index 682183362..bd3b4537a 100644 --- a/docs/en/02_Developer_Guides/14_Files/01_Image.md +++ b/docs/en/02_Developer_Guides/14_Files/01_Image.md @@ -97,7 +97,7 @@ For output of an image tag with the image automatically resized to 80px width, y $Image.SetSize(80,80) // returns a 80x80px padded image $Image.SetRatioSize(80,80) // Returns an image scaled proportional, with its greatest diameter scaled to 80px $Image.CroppedImage(80,80) // Returns an 80x80 image cropped from the center. - $Image.PaddedImage(80, 80) // Returns an 80x80 image. Unused space is padded white. No crop. No stretching + $Image.PaddedImage(80, 80, FFFFFF) // Returns an 80x80 image. Unused space is padded white. No crop. No stretching $Image.Width // returns width of image $Image.Height // returns height of image $Image.Orientation // returns Orientation