Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromRgba Method (RasterColor)








The rgba value.
Creates a RasterColor from an rgba value.
Syntax
public static RasterColor FromRgba( 
   int rgba
)
'Declaration
 
Public Shared Function FromRgba( _
   ByVal rgba As Integer _
) As RasterColor
'Usage
 
Dim rgba As Integer
Dim value As RasterColor
 
value = RasterColor.FromRgba(rgba)
public static RasterColor FromRgba( 
   int rgba
)
 function Leadtools.RasterColor.FromRgba( 
   rgba 
)
public:
static RasterColor FromRgba( 
   int rgba
) 

Parameters

rgba
The rgba value.

Return Value

The RasterColor structure that this method creates.
Requirements

Target Platforms

See Also

Reference

RasterColor Structure
RasterColor Members

Error processing SSI file