0

Is there a way to use exactly the same palettes (Larissa, Grayscale, ananke, ...) from excel in a c# WinForms application?

Edit

1) Larissa, Ananke, ... are palettes. See here. In the pictures there is no palette named 'Larissa'. So it seems that the palettes can differ.

2) I want to be able to switch the palettes at runtime.

MrToast
  • 1,159
  • 13
  • 41
  • 1
    Using VS color picker it would take just few minutes get all needed colors and define them [as constants](https://stackoverflow.com/q/5381717/1997232). The only problem, that's xaml designer. – Sinatr Aug 11 '17 at 12:26
  • Of cours this is a possible way to do it. But i wanted to know if it can be done without defining constants and switch the palettes at runtime. – MrToast Aug 11 '17 at 12:30
  • @ooorndtski Then you should specify that in your question. You only ask if it is possible to use the same colors, not that you need to do runtime switching of themes. – Canis Aug 11 '17 at 12:33
  • So `Larissa` is not a single color as I thought, but a palette? Can you provide more info about it? Screenshot, maybe some reference? – Sinatr Aug 11 '17 at 12:34
  • @Canis: You are right. I should have done this. I updated my question. – MrToast Aug 11 '17 at 13:35

0 Answers0