Public Member Functions | |
| Color | __add__ (self, Color b) |
| bool | __eq__ (self, Color b) |
| int | __getitem__ (self, int e) |
| int | __getitem__ (self, int e) |
| Color | __iadd__ (self, Color other) |
| Color | __imatmul__ (self, float m) |
| None | __init__ (self) |
| None | __init__ (self, int r, int g, int b, int a) |
| None | __init__ (self, int r, int g, int b) |
| None | __init__ (self, float r, float g, float b, float a) |
| None | __init__ (self, float r, float g, float b) |
| None | __init__ (self, Vector4i vec) |
| None | __init__ (self, Vector4f vec) |
| None | __init__ (self, Color arg0) |
| Color | __isub__ (self, Color other) |
| Color | __itruediv__ (self, float m) |
| Color | __mul__ (self, float a) |
| bool | __ne__ (self, Color b) |
| Color | __rmul__ (self, float b) |
| None | __setitem__ (self, int arg0, int arg1) |
| Color | __sub__ (self, Color b) |
| Color | __truediv__ (self, float a) |
| int | getUInt32 (self) |
| Color | scaledAlpha (self, float m) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| None | __init__ (*args, **kwargs) |
| Color | black () |
| Color | blue () |
| Color | brown () |
| Color | gray () |
| Color | green () |
| Color | operator (*args, **kwargs) |
| Color | operator (*args, **kwargs) |
| Color | purple () |
| Color | red () |
| Color | transparent () |
| int | valToUint8 (int val) |
| int | valToUint8 (float val) |
| Color | white () |
| Color | yellow () |
Static Protected Attributes | |
| typing | _offsetof_a = 3 |
| typing | _offsetof_b = 2 |
| typing | _offsetof_g = 1 |
| typing | _offsetof_r = 0 |
Generated from: MR::Color Aliases: std_vector_Color_const_reference, Vector_Color_Id_EdgeTag_const_reference, Vector_Color_UndirectedEdgeId_const_reference, Vector_Color_Id_EdgeTag_reference, Vector_Color_UndirectedEdgeId_value_type, Vector_Color_Id_EdgeTag_value_type, Vector_Color_FaceId_value_type, Vector_Color_VertId_reference, std_vector_Color_reference, Vector_Color_FaceId_reference, Vector_Color_UndirectedEdgeId_reference, std_vector_Color_value_type, Vector_Color_FaceId_const_reference, Vector_Color_VertId_const_reference, Vector_Color_VertId_value_type
|
static |
|
static |
| None mrmeshpy.Color.__init__ | ( | self | ) |
| None mrmeshpy.Color.__init__ | ( | self, | |
| int | r, | ||
| int | g, | ||
| int | b, | ||
| int | a ) |
| None mrmeshpy.Color.__init__ | ( | self, | |
| int | r, | ||
| int | g, | ||
| int | b ) |
| None mrmeshpy.Color.__init__ | ( | self, | |
| float | r, | ||
| float | g, | ||
| float | b, | ||
| float | a ) |
| None mrmeshpy.Color.__init__ | ( | self, | |
| float | r, | ||
| float | g, | ||
| float | b ) |
| None mrmeshpy.Color.__init__ | ( | self, | |
| Vector4i | vec ) |
| None mrmeshpy.Color.__init__ | ( | self, | |
| Vector4f | vec ) |
| None mrmeshpy.Color.__init__ | ( | self, | |
| Color | arg0 ) |
Implicit copy constructor.
| bool mrmeshpy.Color.__eq__ | ( | self, | |
| Color | b ) |
| int mrmeshpy.Color.__getitem__ | ( | self, | |
| int | e ) |
| int mrmeshpy.Color.__getitem__ | ( | self, | |
| int | e ) |
| Color mrmeshpy.Color.__imatmul__ | ( | self, | |
| float | m ) |
| Color mrmeshpy.Color.__itruediv__ | ( | self, | |
| float | m ) |
| Color mrmeshpy.Color.__mul__ | ( | self, | |
| float | a ) |
| bool mrmeshpy.Color.__ne__ | ( | self, | |
| Color | b ) |
| Color mrmeshpy.Color.__rmul__ | ( | self, | |
| float | b ) |
| None mrmeshpy.Color.__setitem__ | ( | self, | |
| int | arg0, | ||
| int | arg1 ) |
| Color mrmeshpy.Color.__truediv__ | ( | self, | |
| float | a ) |
|
static |
|
static |
|
static |
| int mrmeshpy.Color.getUInt32 | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| Color mrmeshpy.Color.scaledAlpha | ( | self, | |
| float | m ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |