PageRenderTime 39ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 1ms

/Main/src/DynamicDataDisplay/Common/Palettes/PaletteColorStep.cs

#
C# | 13 lines | 12 code | 1 blank | 0 comment | 0 complexity | f34aeaebca8a2e5d0cfe10a3d0a1d4ae MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Windows.Media;
  6. namespace Microsoft.Research.DynamicDataDisplay.Common.Palettes
  7. {
  8. public sealed class PaletteColorStep
  9. {
  10. public Color Color { get; set; }
  11. }
  12. }