VertexElementVertexColor Class
Defines the vertex color for specified components
Inheritance Hierarchy
SystemObject
  Aspose.ThreeD.EntitiesVertexElement
    Aspose.ThreeD.EntitiesVertexElementVector4
      Aspose.ThreeD.EntitiesVertexElementVertexColor

Namespace: Aspose.ThreeD.Entities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public class VertexElementVertexColor : VertexElementVector4

The VertexElementVertexColor type exposes the following members.

Constructors
  NameDescription
Public methodVertexElementVertexColor
Initializes a new instance of the VertexElementVertexColor class.
Properties
  NameDescription
Public propertyData
Gets the vertex data
(Inherited from VertexElementVector4.)
Public propertyIndices
Gets the indice data
(Inherited from VertexElementVector4.)
Public propertyMappingMode
Gets or sets how the element is mapped.
(Inherited from VertexElement.)
Public propertyName
Gets or sets the name.
(Inherited from VertexElement.)
Public propertyReferenceMode
Gets or sets how the element is referenced.
(Inherited from VertexElement.)
Public propertyVertexElementType
Gets the type of the VertexElement
(Inherited from VertexElement.)
Methods
  NameDescription
Public methodClear
Removes all elements from the direct and the index arrays.
(Inherited from VertexElementVector4.)
Public methodCopyTo
Copys data to specified element
(Inherited from VertexElementVector4.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetData
Load data
(Inherited from VertexElementVector4.)
Public methodSetIndices
Load indices
(Inherited from VertexElementVector4.)
Public methodToString
String representation of vertex element.
(Inherited from VertexElement.)
See Also