ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMColor Class / CreateSpotColor Method
Color name
Color space
Tint
Alpha

CreateSpotColor Method
Creates a Spot color from input parameters.
Syntax
public static CIMColor CreateSpotColor( 
   string name,
   CIMSpotColorSpace colorSpace,
   double tint,
   double alpha
)

Parameters

name
Color name
colorSpace
Color space
tint
Tint
alpha
Alpha

Return Value

a Spot color
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also