Creates a new
RasterColor with the specified values.
public static RasterColor Create(
int ,
int ,
int
)
'Declaration
Public Overloads Shared Function Create( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As RasterColor
'Usage
Dim red As Integer
Dim green As Integer
Dim blue As Integer
Dim value As RasterColor
value = RasterColorHelper.Create(red, green, blue)
public static RasterColor Create(
int red,
int green,
int blue
)
function Leadtools.RasterColorHelper.Create(Int32,Int32,Int32)(
red ,
green ,
blue
)
public:
static RasterColor Create(
int ,
int ,
int
)
Parameters
- red
- Red component
- green
- Green component
- blue
- Blue component
Return Value
The
RasterColor object this method creates.