LEADTOOLS (Leadtools assembly)

Create_ObjectiveC Method (RasterColor)

LEADTOOLS SDK Help  |  







Red component
Green component
Blue component
Creates a new RasterColor with the specified values.
Syntax
public static RasterColor Create_ObjectiveC( 
   int red,
   int green,
   int blue
)
+(id)colorWithRed:(int)red 
            green:(int)green 
             blue:(int)blue;
            
 function Leadtools.RasterColor.Create_ObjectiveC( 
   red ,
   green ,
   blue 
)
public:
static RasterColor Create_ObjectiveC( 
   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

See Also

Reference

RasterColor Structure
RasterColor Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.