ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMColor Class / CreateXYZColor Method
X value
Y value
Z value
Alpha

In This Topic
    CreateXYZColor Method
    In This Topic
    Creates an new XYZ color from input parameters.
    Syntax
    public static CIMColor CreateXYZColor( 
       double x,
       double y,
       double z,
       double alpha
    )
    Public Shared Function CreateXYZColor( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       Optional ByVal alpha As Double _
    ) As CIMColor

    Parameters

    x
    X value
    y
    Y value
    z
    Z value
    alpha
    Alpha

    Return Value

    An XYZ color
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also