GraphicsFormats Xojo plugin |
|
RawICOExporter Class
A class to Export RawBitmap to a ICO format. The result can be written to a File or String.
Object
RawICOExporter
class RawICOExporter implements
IRawBitmapWriter
Properties
Gamma | Gamma value that was read from the image. |
LastError | Returns enum error code for last error that occurred. |
ScreenGamma | Sets screen gamma to be used. You can use this property to forces 100% same result on all platforms. |
Methods
AddBitmap | Use this method when wanting to add more than one bitmap or size into the ICO file, adding them one by one and then call SaveBitmapsToFile or SaveBitmapsToString. |
GetLastErrorCode | Same as the LastError property but this one returns it as Integer to full-fill the standard interface. |
SaveBitmapsToFile | Saves one or more bitmaps to a single ICO formatted file. The bitmaps must have been previously added with the AddBitmap method. |
SaveBitmapsToString | Saves one or more bitmaps to a single ICO formatted string. The bitmaps must have been previously added with the AddBitmap method. |
SaveToFile | Saves a single bitmap to a ICO file. |
SaveToString | Saves a single bitmap to ICO formatted string. |
Enumerations
ErrorValues | Enum representing error codes which this class can return. |
Constants
Version = 7.5 | |
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARMUnsupported Platforms:
MacOS X Carbon