C#
VB
Objective-C
C++
Creates a new RasterColor with the specified values.
public static RasterColor Create(
int alpha,
int red,
int green,
int blue
)
Public Shared Function Create( _
ByVal alpha As Integer, _
ByVal red As Integer, _
ByVal green As Integer, _
ByVal blue As Integer _
) As Leadtools.RasterColor
+ (instancetype)colorWithRed:(NSInteger)red
green:(NSInteger)green
blue:(NSInteger)blue
alpha:(NSInteger)alpha
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