MeshColor(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
MeshColor
(bpy_struct)¶ Vertex colors for a face in a Mesh
-
color1
¶ Type: float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
color2
¶ Type: float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
color3
¶ Type: float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
color4
¶ Type: float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
Inherited Properties
Inherited Functions
References