diff --git a/src/Artemis.Core/Models/Surface/ArtemisDevice.cs b/src/Artemis.Core/Models/Surface/ArtemisDevice.cs index 2f5e618d3..4052f2cfd 100644 --- a/src/Artemis.Core/Models/Surface/ArtemisDevice.cs +++ b/src/Artemis.Core/Models/Surface/ArtemisDevice.cs @@ -174,6 +174,9 @@ namespace Artemis.Core } } + /// + /// Gets or sets the scale of the red color component used for calibration + /// public double RedScale { get => DeviceEntity.RedScale; @@ -184,6 +187,9 @@ namespace Artemis.Core } } + /// + /// Gets or sets the scale of the green color component used for calibration + /// public double GreenScale { get => DeviceEntity.GreenScale; @@ -194,6 +200,9 @@ namespace Artemis.Core } } + /// + /// Gets or sets the scale of the blue color component used for calibration + /// public double BlueScale { get => DeviceEntity.BlueScale; diff --git a/src/Artemis.UI/Screens/SurfaceEditor/Dialogs/SurfaceDeviceConfigView.xaml b/src/Artemis.UI/Screens/SurfaceEditor/Dialogs/SurfaceDeviceConfigView.xaml index c11e806d3..52b34bab4 100644 --- a/src/Artemis.UI/Screens/SurfaceEditor/Dialogs/SurfaceDeviceConfigView.xaml +++ b/src/Artemis.UI/Screens/SurfaceEditor/Dialogs/SurfaceDeviceConfigView.xaml @@ -1,4 +1,4 @@ - - + @@ -75,17 +75,20 @@ Color calibration - Use the sliders below to adjust the colors of your device so that it matches your other devices. -