| LambertMaterialEmissiveColor Property |
Gets or sets the emissive color
Namespace: Aspose.ThreeD.ShadingAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic Vector3 EmissiveColor { get; set; }Public Property EmissiveColor As Vector3
Get
Set
public:
property Vector3 EmissiveColor {
Vector3 get ();
void set (Vector3 value);
}member EmissiveColor : Vector3 with get, set
Property Value
Type:
Vector3
See Also