See: Description
Interface | Description |
---|---|
IBitmap |
Bitmap interface.
|
Class | Description |
---|---|
Bitmap |
This class represents the PCX as a traditional bitmap - an array of
colors.
|
BitmapLowRAM |
A version of a bitmap that uses less RAM on account of storing colors as integers,
rather than as Colors.
|
IndexedBitmap |
Represents a bitmap with indexed color.
|
Copyright © 2020. All rights reserved.