ProfileColor#
- class pyrogram.enums.ProfileColor#
Profile color enumeration used in
update_color()
andChatColor
.- BLUE = 5#
Blue color.
- BLUE_LIGHT_BLUE = 13#
Blue color with light blue gradient.
- CYAN = 4#
Cyan color.
- CYAN_LIGHT_CYAN = 12#
Cyan color with light cyan gradient.
- GRAY = 7#
Gray color.
- GRAY_LIGHT_GRAY = 15#
Gray color with light gray gradient.
- GREEN = 3#
Green color.
- GREEN_LIGHT_GREEN = 11#
Green color with light green gradien.
- ORANGE = 1#
Orange color.
- ORANGE_LIGHT_ORANGE = 9#
Orange color with light red gradient.
- PINK = 6#
Pink color.
- PINK_LIGHT_PINK = 14#
Pink color with light pink gradient.
- RED = 0#
Red color.
- RED_LIGHT_RED = 8#
Red color with light red gradient.
- VIOLET = 2#
Violet color.
- VIOLET_LIGHT_VIOLET = 10#
Violet color with light violet gradient.