|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
Config for generating numeric tick labels on one plot edge. More...
#include <PlotSpec.hpp>
Collaboration diagram for MayaFlux::Portal::Forma::Plot::TickLabelsSpec:Public Attributes | |
| glm::vec4 | color { 0.65F, 0.65F, 0.65F, 1.F } |
| uint32_t | count { 2 } |
| uint8_t | decimal_places { 2 } |
| TickEdge | edge { TickEdge::Bottom } |
| float | label_h { 0.055F } |
| NDC height of each label strip for Bottom/Top ticks. | |
| float | label_w { 0.12F } |
| NDC width of each label strip for Left/Right ticks. | |
| std::string | name_prefix { "tick" } |
| Kinesis::AABB2D | plot_bounds {} |
| AxisRange | range {} |
Config for generating numeric tick labels on one plot edge.
Definition at line 75 of file PlotSpec.hpp.