#include <genesis/utils/formats/svg/color_bar.hpp>
Definition at line 59 of file color_bar.hpp.
Public Types | |
| enum | Direction { kTopToBottom, kBottomToTop, kLeftToRight, kRightToLeft } |
Public Attributes | |
| Direction | direction = Direction::kBottomToTop |
| double | height = 200 |
| double | line_width = 1 |
| size_t | num_ticks = 5 |
| double | text_size = 10.0 |
| double | width = 20 |
| bool | with_labels = true |
| bool | with_tickmarks = true |
|
strong |
| Enumerator | |
|---|---|
| kTopToBottom | |
| kBottomToTop | |
| kLeftToRight | |
| kRightToLeft | |
Definition at line 67 of file color_bar.hpp.
| Direction direction = Direction::kBottomToTop |
Definition at line 79 of file color_bar.hpp.
| double height = 200 |
Definition at line 82 of file color_bar.hpp.
| double line_width = 1 |
Definition at line 83 of file color_bar.hpp.
| size_t num_ticks = 5 |
Definition at line 88 of file color_bar.hpp.
| double text_size = 10.0 |
Definition at line 89 of file color_bar.hpp.
| double width = 20 |
Definition at line 81 of file color_bar.hpp.
| bool with_labels = true |
Definition at line 86 of file color_bar.hpp.
| bool with_tickmarks = true |
Definition at line 85 of file color_bar.hpp.