Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Create Method (RasterColor)








Red component
Green component
Blue component
Creates a new RasterColor with the specified values.
Syntax
public static RasterColor Create( 
   int red,
   int green,
   int blue
)
'Declaration
 
Public Shared Function Create( _
   ByVal red As Integer, _
   ByVal green As Integer, _
   ByVal blue As Integer _
) As RasterColor
'Usage
 
Dim red As Integer
Dim green As Integer
Dim blue As Integer
Dim value As RasterColor
 
value = RasterColor.Create(red, green, blue)
public static RasterColor Create( 
   int red,
   int green,
   int blue
)
+ (instancetype)colorWithRed:(NSInteger)red 
                       green:(NSInteger)green 
                        blue:(NSInteger)blue
            
 function Leadtools.RasterColor.Create( 
   red ,
   green ,
   blue 
)
public:
static RasterColor Create( 
   int red,
   int green,
   int blue
) 

Parameters

red
Red component
green
Green component
blue
Blue component

Return Value

The RasterColor object this method creates.
Requirements

Target Platforms

See Also

Reference

RasterColor Structure
RasterColor Members

Error processing SSI file