ObjVertexColor constructor
init
Initializes a new instance of the ObjVertexColor class.
def __init__(self, x, y, z, r, g, b):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The x coordinate. |
| y | float | The y coordinate. |
| z | float | The z coordinate. |
| r | float | The red component. |
| g | float | The green component. |
| b | float | The blue component. |
See Also
- module
aspose.cad.fileformats.obj.vertexdata - class
ObjVertexColor