ArcGIS Pro 2.6 API Reference Guide
CreateRGBColor Method (CIMColor)

ArcGIS.Core.CIM Namespace > CIMColor Class : CreateRGBColor Method
Red
Green
Blue
Alpha
Creates a new RGB color from input parameters.
Syntax
public static CIMColor CreateRGBColor( 
   double r,
   double g,
   double b,
   double alpha
)
Public Shared Function CreateRGBColor( _
   ByVal r As Double, _
   ByVal g As Double, _
   ByVal b As Double, _
   Optional ByVal alpha As Double _
) As CIMColor

Parameters

r
Red
g
Green
b
Blue
alpha
Alpha

Return Value

An RGB color
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

CIMColor Class
CIMColor Members