Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorCore/Svg/Painting/SvgPaintType.cs @ 12762

Last change on this file since 12762 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 250 bytes
Line 
1using System;
2
3namespace SharpVectors.Dom.Svg
4{
5  public enum SvgPaintType
6  {
7    Unknown,
8    RgbColor,
9    RgbColorIccColor,
10    None,
11    CurrentColor,
12    UriNone,
13    UriCurrentColor,
14    UriRgbColor,
15    UriRgbColorIccColor,
16    Uri
17  }
18}
Note: See TracBrowser for help on using the repository browser.