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