Skip to main content

TcxBitmap32.MakeOpaque Method

Makes the stored bitmap opaque.

Declaration

procedure MakeOpaque;

Remarks

Call this procedure to ensure that the stored bitmap has no transparent pixels. The MakeOpaque procedure iterates through all pixels of the bitmap and assigns 255 to the reserved byte of each TRGBQuad value.

See Also