Click or drag to resize
AB4D logo

IVertexColorMaterial Interface

IVertexColorMaterial interface defines the VertexColorsVertexBufferBinding property that is used to specify vertex buffer that defines colors for each position.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public interface IVertexColorMaterial

The IVertexColorMaterial type exposes the following members.

Properties
 NameDescription
Public propertyVertexColorsVertexBufferBinding Gets a VertexBufferBinding for an array of Color4 values where each value represents a color of one position.
Top
See Also