←Select platform

FromRgb Method (RasterColorHelper)

Summary

Creates a RasterColor from an RGB value.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.RasterColor FromRgb(  
   int rgb 
) 
Public Shared Function FromRgb( _ 
   ByVal rgb As Integer _ 
) As Leadtools.RasterColor 
public static Leadtools.RasterColor FromRgb(  
   int rgb 
) 
 function Leadtools.RasterColorHelper.FromRgb(  
   rgb  
) 
public: 
static Leadtools.RasterColor FromRgb(  
   int rgb 
)  

Parameters

rgb
The RGB value.

Return Value

The RasterColor structure that this method creates.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly