Unicode Controls & Classes for VB6 - Version 4

clsPalette.Add Method

Adds a color to the palette

Syntax
Public Sub Add (ByVal Red As Byte, _
ByVal Green As Byte, _
ByVal Blue As Byte)
Parameters
Parameter Description
ByVal Red As Byte Red component of the color
ByVal Green As Byte Green component of the color
ByVal Blue As Byte Blue component of the color
Remarks