diff options
-rw-r--r-- | src/corelib/fpg_base.pas | 1 |
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; |