CONTOUR_DEFAULT_ATTRIBUTES property

Map<CtourA, String> CONTOUR_DEFAULT_ATTRIBUTES
final

Implementation

final Map<CtourA, String> CONTOUR_DEFAULT_ATTRIBUTES = {
  CtourA.LEVEL_COLOR_POS: "rgb(0, 0, 255)", // this format needed for wegbgl!
  CtourA.LEVEL_COLOR_NEG: "rgb(255, 0, 255)", //"magenta",
}