diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-14 01:42:51 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-14 01:42:51 +0200 |
| commit | db58a90f0c08242491b96476e228b0d7f4a92a86 (patch) | |
| tree | d18913bafd6a37d8df740916807f54315e671579 /Software/Visual_Studio/PPC/Tango.PPC.Common/Models | |
| parent | f73b77c8619d0fb49af93e4ac5c73dd13d5d1b1a (diff) | |
| download | Tango-db58a90f0c08242491b96476e228b0d7f4a92a86.tar.gz Tango-db58a90f0c08242491b96476e228b0d7f4a92a86.zip | |
Implemented full transparent color support on infra and PPC!
Fixed issue with fine tunning causing delay in job load.
Added async support for IColorConverter.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Models')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Models/FineTuneItem.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Models/FineTuneItem.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Models/FineTuneItem.cs index 2eea5c3ce..c03be1ae9 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Models/FineTuneItem.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Models/FineTuneItem.cs @@ -18,6 +18,8 @@ namespace Tango.PPC.Common.Models { public event Action SelectedChanged; + public BrushStop BrushStop { get; set; } + /// <summary> /// Gets or sets the brush stops. /// </summary> |
