C#
VB
WinRT C#
C++
Creates a new RasterColor with the specified values.
public static Leadtools.RasterColor Create(
int alpha,
int red,
int green,
int blue
)
Public Overloads Shared Function Create( _
ByVal alpha As Integer, _
ByVal red As Integer, _
ByVal green As Integer, _
ByVal blue As Integer _
) As Leadtools.RasterColor
public static Leadtools.RasterColor Create(
int alpha,
int red,
int green,
int blue
)
function Leadtools.RasterColorHelper.Create(Int32,Int32,Int32,Int32)(
alpha ,
red ,
green ,
blue
)
public:
static Leadtools.RasterColor Create(
int alpha,
int red,
int green,
int blue
)
alpha
Alpha component
red
Red component
green
Green component
blue
Blue component
The RasterColor object this method creates.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET