ArcGIS Pro 2.8 API Reference Guide
CreateXYZColor Method

ArcGIS.Core.CIM Namespace > CIMColor Class : CreateXYZColor Method
X value
Y value
Z value
Alpha
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 10, Windows 8.1

See Also

Reference

CIMColor Class
CIMColor Members