mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:10:05 +00:00
Support placefile icon modulate with "scwx-ModulateIcon:" statement
This commit is contained in:
parent
1a9e87ba07
commit
2f41993d7b
3 changed files with 34 additions and 17 deletions
|
|
@ -81,14 +81,15 @@ public:
|
|||
{
|
||||
IconDrawItem() { itemType_ = ItemType::Icon; }
|
||||
|
||||
double latitude_ {};
|
||||
double longitude_ {};
|
||||
double x_ {};
|
||||
double y_ {};
|
||||
units::degrees<double> angle_ {};
|
||||
std::size_t fileNumber_ {0u};
|
||||
std::size_t iconNumber_ {0u};
|
||||
std::string hoverText_ {};
|
||||
boost::gil::rgba8_pixel_t modulate_ {};
|
||||
double latitude_ {};
|
||||
double longitude_ {};
|
||||
double x_ {};
|
||||
double y_ {};
|
||||
units::degrees<double> angle_ {};
|
||||
std::size_t fileNumber_ {0u};
|
||||
std::size_t iconNumber_ {0u};
|
||||
std::string hoverText_ {};
|
||||
};
|
||||
|
||||
struct TextDrawItem : DrawItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue