|
Blender V5.0
|
#include "BLI_map.hh"#include "BLI_set.hh"#include "BLI_utility_mixins.hh"#include "BLI_vector.hh"#include "BLI_dot_export_attribute_enums.hh"#include <iosfwd>#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::dot_export |
Functions | |
| std::string | blender::dot_export::color_attr_from_hsv (float h, float s, float v) |
Language grammar: https://www.graphviz.org/doc/info/lang.html Attributes: https://www.graphviz.org/doc/info/attrs.html Node Shapes: https://www.graphviz.org/doc/info/shapes.html Preview: https://dreampuf.github.io/GraphvizOnline
Definition in file BLI_dot_export.hh.