|
|
|
|
Color
|
__init__(self)
__init__(self, int color) -> Color __init__(self, int r, int g,
int b, int a = 255) -> Color __init__(self, int r, int g, int b)
-> Color |
source code
|
|
|
|
__add__(self,
*args)
__add__(self, Color color) -> Color |
source code
|
|
|
|
__sub__(self,
*args)
__sub__(self, Color color) -> Color |
source code
|
|
|
|
__mul__(self,
*args)
__mul__(self, float value) -> Color |
source code
|
|
|
|
__eq__(self,
*args)
__eq__(self, Color color) -> bool |
source code
|
|
|
|
__ne__(self,
*args)
__ne__(self, Color color) -> bool |
source code
|
|