This page contains reference documentation for the IDColor member.
Color IDColor;
Examples are as follows:
Material editMaterial = new Material; // Set Identification color parameter to yellow. editMaterial.IDColor.SetRGB ( 255, 255, 128 ); // Set Identification color parameter to blue. editMaterial.IDColor.R ( 0 ); editMaterial.IDColor.G ( 0 ); editMaterial.IDColor.B ( 255 );
For sample code: