|
PACS System 0.1.0
PACS DICOM system library
|
Style information for annotations. More...
#include <annotation_record.h>

Public Attributes | |
| std::string | color {"#FFFF00"} |
| Stroke/line color (hex) | |
| int | line_width {2} |
| Line width in pixels. | |
| std::string | fill_color |
| Fill color (hex), empty for no fill. | |
| float | fill_opacity {0.0f} |
| Fill opacity (0.0-1.0) | |
| std::string | font_family {"Arial"} |
| Font family for text. | |
| int | font_size {14} |
| Font size in pixels. | |
Style information for annotations.
Definition at line 79 of file annotation_record.h.
| std::string kcenon::pacs::storage::annotation_style::color {"#FFFF00"} |
| std::string kcenon::pacs::storage::annotation_style::fill_color |
Fill color (hex), empty for no fill.
Definition at line 82 of file annotation_record.h.
| float kcenon::pacs::storage::annotation_style::fill_opacity {0.0f} |
| std::string kcenon::pacs::storage::annotation_style::font_family {"Arial"} |
| int kcenon::pacs::storage::annotation_style::font_size {14} |
| int kcenon::pacs::storage::annotation_style::line_width {2} |