Enigma
3.2.0
A Simple, Reliable and Efficient Encryption Tool
|
Functions | |
static const ImVec4 | RED (1.0f, 0.0f, 0.0f, 1.0f) |
static const ImVec4 | GREEN (0.0f, 1.0f, 0.0f, 1.0f) |
static const ImVec4 | BLUE (0.0f, 0.0f, 1.0f, 1.0f) |
Variables | |
static constexpr const auto | COLOR4I_TO_COLOR4F |
static const auto | ORANGE = COLOR4I_TO_COLOR4F(255, 182, 0, 255) |
static const ImVec4 | BACKGROUND_COLOR = COLOR4I_TO_COLOR4F(43, 43, 43, 255) |
static const ImVec4 | TEXT_COLOR = COLOR4I_TO_COLOR4F(242, 242, 243, 225) |
static const ImVec4 | ERROR_TEXT_COLOR = COLOR4I_TO_COLOR4F(201, 46, 64, 255) |
static const ImVec4 | PASSWORD_MATCH_TEXT_COLOR = COLOR4I_TO_COLOR4F(94, 172, 161, 225) |
static const ImVec4 | BUTTON_COLOR = COLOR4I_TO_COLOR4F(10, 120, 122, 200) |
static const ImVec4 | BUTTON_COLOR_HOVER = COLOR4I_TO_COLOR4F(29, 188, 191, 200) |
static const ImVec4 | BUTTON_COLOR_ACTIVE = COLOR4I_TO_COLOR4F(11, 65, 66, 200) |
static const ImVec4 | MENUBAR_BACKGROUND_COLOR = COLOR4I_TO_COLOR4F(66, 66, 80, 200) |
static const ImVec4 | BACK_BUTTON_COLOR = COLOR4I_TO_COLOR4F(209, 61, 86, 255) |
static const ImVec4 | BACK_BUTTON_COLOR_HOVER = COLOR4I_TO_COLOR4F(232, 81, 107, 255) |
static const ImVec4 | BACK_BUTTON_COLOR_ACTIVE = COLOR4I_TO_COLOR4F(150, 41, 59, 255) |
static const ImVec4 | MY_ENCRYPTIONS_BUTTON_COLOR = COLOR4I_TO_COLOR4F(26, 72, 97, 255) |
static const ImVec4 | MY_ENCRYPTIONS_BUTTON_COLOR_HOVER = COLOR4I_TO_COLOR4F(38, 91, 120, 255) |
static const ImVec4 | MY_ENCRYPTIONS_BUTTON_COLOR_ACTIVE = COLOR4I_TO_COLOR4F(10, 132, 199, 255) |
static const ImVec4 | TOOLS_BUTTON_COLOR = COLOR4I_TO_COLOR4F(25, 101, 130, 255) |
static const ImVec4 | TOOLS_BUTTON_COLOR_HOVER = COLOR4I_TO_COLOR4F(48, 146, 184, 255) |
static const ImVec4 | TOOLS_BUTTON_COLOR_ACTIVE = COLOR4I_TO_COLOR4F(60, 151, 186, 255) |
static const ImVec4 | LOADING_SPINNER_COLOR = BACK_BUTTON_COLOR |
static const ImVec4 | LOADING_BACKGROUND_COLOR = {0.0f, 0.0f, 0.0f, 0.8f} |
static const ImVec4 & | SCENE_TITLE_BACKGROUND_COLOR = MENUBAR_BACKGROUND_COLOR |
|
static |
|
static |
|
static |
|
static |
Definition at line 137 of file Constants.hpp.
|
static |
Definition at line 139 of file Constants.hpp.
|
static |
Definition at line 138 of file Constants.hpp.
|
static |
Definition at line 122 of file Constants.hpp.
|
static |
Definition at line 131 of file Constants.hpp.
|
static |
Definition at line 133 of file Constants.hpp.
|
static |
Definition at line 132 of file Constants.hpp.
|
staticconstexpr |
Definition at line 113 of file Constants.hpp.
|
static |
Definition at line 127 of file Constants.hpp.
|
static |
Definition at line 151 of file Constants.hpp.
|
static |
Definition at line 149 of file Constants.hpp.
|
static |
Definition at line 135 of file Constants.hpp.
|
static |
Definition at line 141 of file Constants.hpp.
|
static |
Definition at line 143 of file Constants.hpp.
|
static |
Definition at line 142 of file Constants.hpp.
|
static |
Definition at line 120 of file Constants.hpp.
|
static |
Definition at line 128 of file Constants.hpp.
|
static |
Definition at line 154 of file Constants.hpp.
|
static |
Definition at line 126 of file Constants.hpp.
|
static |
Definition at line 145 of file Constants.hpp.
|
static |
Definition at line 147 of file Constants.hpp.
|
static |
Definition at line 146 of file Constants.hpp.