TdxCustomFastDIB.MakeOpaque Method
Makes the bitmap buffer opaque.
Declaration
procedure MakeOpaque;
Remarks
This function iterates through all pixel data and assigns 255 to the Reserved field of every stored TRGBQuad value. A MakeOpaque procedure call has no effect if the buffer is empty.
See Also