Blender  V3.3
Classes | Functions
blender::dot Namespace Reference

Classes

class  Attributes
 
class  Graph
 
class  Cluster
 
class  Node
 
class  UndirectedGraph
 
class  DirectedGraph
 
class  NodePort
 
class  Edge
 
class  DirectedEdge
 
class  UndirectedEdge
 
class  NodeWithSocketsRef
 

Functions

std::string color_attr_from_hsv (float h, float s, float v)
 

Detailed Description

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

Function Documentation

◆ color_attr_from_hsv()

std::string blender::dot::color_attr_from_hsv ( float  h,
float  s,
float  v 
)

Definition at line 249 of file dot_export.cc.

References v.

Referenced by blender::dot::Cluster::set_random_cluster_bgcolors().