PaletteColor Constructor(ColorF)
In This Topic
Initializes a new instance of the
PaletteColor struct.
Syntax
'Declaration
Public Function New( _
ByVal As ColorF _
)
public PaletteColor(
ColorF
)
Parameters
- value
- The source C1.Util.DX.ColorF.
See Also