HSBColor(Int 32, Int 32, Int 32, Int 32) Constructor
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public HSBColor(
int a,
int h,
int s,
int b
)VB
Public Sub New (
a As Integer,
h As Integer,
s As Integer,
b As Integer
)