Go to the documentation of this file.
18 #ifndef viskores_rendering_ColorLegendAnnotation_h
19 #define viskores_rendering_ColorLegendAnnotation_h
40 std::vector<std::unique_ptr<TextAnnotationScreen>>
Annot;
56 for (
auto& annot : this->Annot)
67 #endif // viskores_rendering_ColorLegendAnnotation_h
void SetLabelFontScale(viskores::Float32 s)
Definition: ColorLegendAnnotation.h:53
viskores::Float32 FontScale
Definition: ColorLegendAnnotation.h:37
Definition: ColorLegendAnnotation.h:34
std::vector< std::string > Labels
Definition: ColorLegendAnnotation.h:39
Groups connected points that have the same field value.
Definition: Atomic.h:27
float Float32
Base type to use for 32-bit floating-point numbers.
Definition: Types.h:165
std::vector< viskores::rendering::Color > ColorSwatchList
Definition: ColorLegendAnnotation.h:41
viskores::rendering::Color LabelColor
Definition: ColorLegendAnnotation.h:38
void SetLabelColor(viskores::rendering::Color c)
Definition: ColorLegendAnnotation.h:51
Specifies the viewport for a rendering.
Definition: Camera.h:45
std::vector< std::unique_ptr< TextAnnotationScreen > > Annot
Definition: ColorLegendAnnotation.h:40
Definition: WorldAnnotator.h:35
Represents the image space that is the target of rendering.
Definition: Canvas.h:43
Representation of a color.
Definition: Color.h:37