ArcGIS Pro 2.9 API Reference Guide
CreateRGBColor Method (IColorFactory)

ArcGIS.Desktop.Mapping Namespace > IColorFactory Interface : CreateRGBColor Method
Syntax
CIMColor CreateRGBColor( 
   double R,
   double G,
   double B,
   double A
)
Function CreateRGBColor( _
   ByVal R As Double, _
   ByVal G As Double, _
   ByVal B As Double, _
   Optional ByVal A As Double _
) As CIMColor

Parameters

R
G
B
A
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

IColorFactory Interface
IColorFactory Members