←Select platform

Create(Int32,Int32,Int32) Method

Summary

Creates a new RasterColor with the specified values.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.RasterColor Create(  
   int red, 
   int green, 
   int blue 
) 
Public Overloads Shared Function Create( _ 
   ByVal red As Integer, _ 
   ByVal green As Integer, _ 
   ByVal blue As Integer _ 
) As Leadtools.RasterColor 
public static Leadtools.RasterColor Create(  
   int red, 
   int green, 
   int blue 
) 
 function Leadtools.RasterColorHelper.Create(Int32,Int32,Int32)(  
   red , 
   green , 
   blue  
) 
public: 
static Leadtools.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

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

Leadtools Assembly