module documentation

Common named colors

Constant BLACK Undocumented
Constant BLUE Undocumented
Constant GREEN Undocumented
Constant ORANGE Undocumented
Constant PURPLE Undocumented
Constant RED Undocumented
Constant WHITE Undocumented
Constant YELLOW Undocumented
BLACK =

Undocumented

Value
pygame.Color(0, 0, 0)
BLUE =

Undocumented

Value
pygame.Color(0, 0, 255)
GREEN =

Undocumented

Value
pygame.Color(0, 255, 0)
ORANGE =

Undocumented

Value
pygame.Color(255, 128, 0)
PURPLE =

Undocumented

Value
pygame.Color(255, 0, 255)
RED =

Undocumented

Value
pygame.Color(255, 0, 0)
WHITE =

Undocumented

Value
pygame.Color(255, 255, 255)
YELLOW =

Undocumented

Value
pygame.Color(255, 255, 0)