[Overview][Types][Classes][Procedures and functions][Index] |
Loads a bitmap from a RawImage type.
Source position: bitmaps.pas line 90
public procedure TMufasaBitmap.LoadFromRawImage( |
RawImage: TRawImage |
); |
This can be virtually any type. As long as the RawImage is specified correctly, this function will load it and transform it into a TMufasaBitmap. It will do all the necessary shifts and swizzles to get the image in the TMufasaBitmap format.