TdxCustomFastDIB.MakeOpaque Method
In This Article
Makes the bitmap buffer opaque.
#Declaration
Delphi
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