6
0

tpl-dhcpVol_probseg.json 786 B

12345678910111213141516171819202122232425
  1. {
  2. "blue": {
  3. "Description": "The blue component of the region's specified color, ranging from 0 to 255.",
  4. "LongName": "Blue Color"
  5. },
  6. "green": {
  7. "Description": "The green component of the region's specified color, ranging from 0 to 255.",
  8. "LongName": "Green Color"
  9. },
  10. "opacity": {
  11. "Description": "The opacity to be used when rendering the region, ranging from 0 to 1.",
  12. "LongName": "Opacity"
  13. },
  14. "red": {
  15. "Description": "The red component of the region's specified color, ranging from 0 to 255.",
  16. "LongName": "Red Color"
  17. },
  18. "visibility": {
  19. "Description": "Label visibility",
  20. "Levels": {
  21. "0": "Do not show label",
  22. "1": "Show label"
  23. }
  24. }
  25. }