CartoType .NET API 7.8.2, 2022-03-25
for development in C#, Visual Basic and other .NET languages
Public Attributes | List of all members
CartoType::BlendStyle Class Reference

A rule to modify a certain style or styles. The colors are blended with colors in a style, using their alpha values as the blend fraction. More...

#include <CartoTypeWrapper.h>

Public Attributes

String ^ m_styles
 A space or comma separated list of wild-card style names. The special name '[legend]' is used for the legend, scale, copyright notice and turn instructions.
 
Color m_main_color = Color(Color::KTransparentBlack)
 The color to be blended with the colors in the style.
 
Color m_border_color = Color(Color::KTransparentBlack)
 If not null, the color to be blended with border colors.
 
Color m_text_color = Color(Color::KTransparentBlack)
 If not null, the color to be blended with text colors.
 
Color m_text_glow_color = Color(Color::KTransparentBlack)
 If not null, the color to be blended with text glow colors.
 
Color m_icon_color = Color(Color::KTransparentBlack)
 If not null, the forced color for icons.
 

Detailed Description

A rule to modify a certain style or styles. The colors are blended with colors in a style, using their alpha values as the blend fraction.


The documentation for this class was generated from the following file: