From 8656c7f6a92113c6d5e224aef5e1e59f1c97140b Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Sun, 22 Feb 2015 13:20:29 +0000 Subject: docs: TfpgImageBase --- docs/xml/corelib/fpg_base.xml | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml index 30fbbc4f..5cd3a598 100644 --- a/docs/xml/corelib/fpg_base.xml +++ b/docs/xml/corelib/fpg_base.xml @@ -764,11 +764,32 @@ you must keep copy of the original image before you call Invert. - - - Updates the internal image resources and OS resources from image data - - + +Updates the internal image resources and OS resources from image data +. This method must always be called after +you populated the ImageData array. Then only does it allocate OS resources. + + + + + + +Internal representation of color data of the image +. This method gives you a pointer to the image date +which is always in the format ARGB. If you update the internal data you always need to call +UpdateImage afterwards. + + + + + + +Tells you the size of the image data +. You would need this if you work directly with +the ImageData values. + + + -- cgit v1.2.3-54-g00ecf