summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-03-09 13:01:36 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-03-09 13:01:36 +0200
commitf007b896843fac966d8c7e1b7dc5a8151658fb93 (patch)
treeb9a6e1404749f99c1fc1d810c993ab51a4c55a50
parent5fdae25f717a7f0b55d2b1849b4812a06597c59e (diff)
downloadfpGUI-f007b896843fac966d8c7e1b7dc5a8151658fb93.tar.xz
Adds a comment about internal data structure of TfpgImage data.
-rw-r--r--src/corelib/fpg_base.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/fpg_base.pas b/src/corelib/fpg_base.pas
index ddeaa227..e3155783 100644
--- a/src/corelib/fpg_base.pas
+++ b/src/corelib/fpg_base.pas
@@ -235,6 +235,7 @@ type
procedure CreateMaskFromSample(x, y: TfpgCoord);
{ Must always be called AFTER you populated the ImageData array. Then only does it allocate OS resources. }
procedure UpdateImage;
+ { Internal representation of color data is always ARGB }
property ImageData: pointer read FImageData;
property ImageDataSize: integer read FImageDataSize;
property MaskData: pointer read FMaskData;