Click or drag to resize
Ab4d.SharpEngine logo

PrimitiveIdMaterialAddedColor Property

Gets or sets a Color4 that is added to the color that is calculated from the primitive id. Default value is (0, 0, 0, 0). It can be used when other objects are rendered to the same ID bitmap to distinguish the object with this material from other objects.

Namespace: Ab4d.SharpEngine.Materials
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public Color4 AddedColor { get; set; }

Property Value

Color4

[Missing <value> documentation for "P:Ab4d.SharpEngine.Materials.PrimitiveIdMaterial.AddedColor"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Materials.PrimitiveIdMaterial.AddedColor"]

See Also