HSBColor(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 h,
int s,
int b
)VB
Public Sub New (
h As Integer,
s As Integer,
b As Integer
)