mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
10 lines
295 B
C#
10 lines
295 B
C#
using Artemis.Core.Models.Profile;
|
|
using Artemis.Core.Models.Profile.Colors;
|
|
|
|
namespace Artemis.UI.Shared.Services.Interfaces
|
|
{
|
|
public interface IGradientPickerService : IArtemisSharedUIService
|
|
{
|
|
void ShowGradientPicker(ColorGradient colorGradient, string dialogHost);
|
|
}
|
|
} |