Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromRgba Method (RasterColorHelper)








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 = RasterColorHelper.FromRgba(rgba)
public static RasterColor FromRgba( 
   int rgba
)
 function Leadtools.RasterColorHelper.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

RasterColorHelper Class
RasterColorHelper Members

Error processing SSI file