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

In This Topic
    CreateSpotColor Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also