ArcGIS Pro 2.6 API Reference Guide
CreateSpotColor Method

ArcGIS.Core.CIM Namespace > CIMColor Class : CreateSpotColor Method
Color name
Color space
Tint
Alpha
Creates a Spot color from input parameters.
Syntax
public static CIMColor CreateSpotColor( 
   string name,
   CIMSpotColorSpace colorSpace,
   double tint,
   double alpha
)
Public Shared Function CreateSpotColor( _
   ByVal name As String, _
   ByVal colorSpace As CIMSpotColorSpace, _
   ByVal tint As Double, _
   Optional ByVal alpha As Double _
) As CIMColor

Parameters

name
Color name
colorSpace
Color space
tint
Tint
alpha
Alpha

Return Value

a Spot color
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

CIMColor Class
CIMColor Members