Unicode Controls & Classes for VB6 - Version 4

clsGpGraphics.Clear_RawColor Function

Clears the graphics with the given ARGB color (use the [clsGpSession] class for conversion functions)

Syntax
Public Function Clear_RawColor (Optional ByVal ARGB As Long = 0&) As GpStatus
Parameters
Parameter Description
Optional ByVal ARGB As Long = 0& The color to use
Remarks