ArcGIS Pro 3.7 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 Shared Function CreateXYZColor( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       Optional ByVal alpha As Double _
    ) As CIMColor
    public static CIMColor CreateXYZColor( 
       double x,
       double y,
       double z,
       double alpha
    )

    Parameters

    x
    X value
    y
    Y value
    z
    Z value
    alpha
    Alpha

    Return Value

    An XYZ color
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also