MapMatrix NetGIS Class Library

IntRGB.RGBToInt Method 

Converts a R,G,B to an RGB int

public static int RGBToInt(
   int red,
   int green,
   int blue
);

Parameters

red
Int representing the Red
green
Int representing the Green
blue
Int representing the Blue

Return Value

RGB int

See Also

IntRGB Class | MapMatrix.Features.MapSymbology Namespace