ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IColorFactory Interface / CreateRGBColor Method
The red component of the color to be created
The green component of the color to be created
The blue component of the color to be created
The alpha component of the color to be created
Version

CreateRGBColor Method (IColorFactory)
Creates the specified color.
Syntax
CIMColor CreateRGBColor( 
   double R,
   double G,
   double B,
   double A
)

Parameters

R
The red component of the color to be created
G
The green component of the color to be created
B
The blue component of the color to be created
A
The alpha component of the color to be created

Return Value

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also