cesium-native 0.50.0
|
The style used to draw polylines and strokes. More...
#include <CesiumVectorData/VectorStyle.h>
Public Attributes | |
double | width = 1.0 |
The width of this line. If widthMode is set to LineWidthMode::Pixels , this is in pixels. Otherwise, if set to LineWidthMode::Meters , it is in meters. | |
LineWidthMode | widthMode = LineWidthMode::Pixels |
The mode to use when interpreting width . | |
![]() | |
CesiumUtility::Color | color = CesiumUtility::Color(0xff, 0xff, 0xff, 0xff) |
The color to be used. | |
ColorMode | colorMode = ColorMode::Normal |
The color mode to be used. | |
Additional Inherited Members | |
![]() | |
CesiumUtility::Color | getColor () const |
Obtains the color specified on this ColorStyle . | |
The style used to draw polylines and strokes.
Definition at line 66 of file VectorStyle.h.
double CesiumVectorData::LineStyle::width = 1.0 |
The width of this line. If widthMode
is set to LineWidthMode::Pixels
, this is in pixels. Otherwise, if set to LineWidthMode::Meters
, it is in meters.
Definition at line 72 of file VectorStyle.h.
LineWidthMode CesiumVectorData::LineStyle::widthMode = LineWidthMode::Pixels |
The mode to use when interpreting width
.
Definition at line 76 of file VectorStyle.h.