←Select platform

FromRgba Method

Summary

Creates a RasterColor from an rgba value.

Syntax
C#
VB
C++
public static RasterColor FromRgba( 
   int rgba 
) 
Public Shared Function FromRgba( _ 
   ByVal rgba As Integer _ 
) As RasterColor 
public: 
static RasterColor FromRgba(  
   int rgba 
)  

Parameters

rgba
The rgba value.

Return Value

The RasterColor structure that this method creates.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly