<short>Bitmap class for the Mufasa library</short>
</element>
<elementname="TMufasaBitmap.OnDestroy">
<short>Called when destroying the TMufasaBitmap</short>
</element>
<elementname="TMufasaBitmap.Name">
<short>Name of the bitmap. Mainly for debugging purposes.</short>
</element>
<elementname="TMufasaBitmap.SetSize">
<short>Set the bitmap to the given size.</short>
</element>
<elementname="TMufasaBitmap.ValidatePoint">
<short>Returns true if the point is within the bitmap size.</short>
</element>
<elementname="TMufasaBitmap.Posterize">
<short>Posterizes the target bitmap</short>
</element>
<elementname="TMufasaBitmap.Invert">
<short>Invert the colours on the bitmap.</short>
</element>
<elementname="TMufasaBitmap.Contrast">
<short>Change contrast.</short>
</element>
<elementname="TMufasaBitmap.Brightness">
<short>Change brightness</short>
</element>
<elementname="TMufasaBitmap.GreyScale">
<short>Greyscales the bitmap</short>
</element>
<elementname="TMufasaBitmap.Desaturate">
<short>Desaturates the bitmap.</short>
</element>
<elementname="TMufasaBitmap.RotateBitmap">
<short>Rotate the bitmap.</short>
</element>
<elementname="TMufasaBitmap.CopyClientToBitmap">
<short>Copy (a part of) the Window to the bitmap.</short>
</element>
<elementname="TMufasaBitmap.FastReplaceColor">
<short>Replace OldColor with NewColor.</short>
</element>
<elementname="TMufasaBitmap.FastDrawClear">
<short>Fill the bitmap with a specific colour.</short>
</element>
<elementname="TMufasaBitmap.GetAreaColors">
<short>Return the bitmap data in a two dimensional array.</short>
</element>
<elementname="TMufasaBitmap.FastGetPixels">
<short>Return the corresponding colour of each point.</short>
</element>
<elementname="TMufasaBitmap.FastGetPixel">
<short>Returns the colour at the corresponding point.</short>
</element>
<elementname="TMufasaBitmap.DrawToCanvas">
<short>Draw the bitmap on a canvas.</short>
</element>
<elementname="TMufasaBitmap.DrawTPA">
<short>Draw the points in the tpointarray on the bitmap with the given colour.</short>
</element>
<elementname="TMufasaBitmap.LoadFromRawImage">
<short>Loads a bitmap from a RawImage type.</short>
<descr>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.</descr>
</element>
<elementname="TMufasaBitmap.LoadFromTBitmap">
<short>Load the data of a TBitmap into the TMufasaBitmap</short>
</element>
<elementname="TMufasaBitmap.ToString">
<short>Turn the bitmap data into a string, base64 encoded.</short>
</element>
<elementname="TMufasaBitmap.ToTBitmap">
<short>Creates a TBitmap from a TMufasaBitmap.</short>
</element>
<elementname="TMufasaBitmap.Copy">
<short>Create a (partial) copy of the TMufasaBitmap.</short>
</element>
<elementname="TMufasaBitmap.LoadFromFile">
<short>Load a TMufasaBitmap from file. All bitmap types supported by TLazIntFImage are supported.</short>