-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Ability to set a number of custom colours for KryptonColorButton
#776
Comments
It should be the same as "Any restriction" that can be implemented n the standard winform colour selection. Guessing, it would be the use of the cache colour, and the removal of the display of all. |
Hi jmgreywolf (Discord), You might have a look at the KColorButton properties that start with SchemeStandard and SchemeThemes give you the options to show a selected list of colours. Maybe this could solve your question. Cheers, |
What I am doing for now is that I am restricting it to "Basic 16", and then translating which color was picked and replacing it with the corresponding color I allow. Example: Lime, Green, Olive all become green |
Hi @jgreywolf , @Wagnerp Also a possibility to use a KToolStrip with DropDownButton and add the menu items (colours) you need... |
I used the Drop DownButton on extended toolstrip and it works great - thanks! |
@jgreywolf Can this be closed now ? |
Well, I still think it would be a good feature. But my immediate issue has been resolved :) |
Agreed, I think that is what #385 would be trying to do as well. |
Reopened: Because the "Feature Request" has not been implemented - just worked around via the use of another control ! |
From user jmgreywolf via Discord
_ I haven't been able to find it yet, but is there a way to only show specific colors in the ColorButton?_
Basically I want to provide users with only 10 different colors
The text was updated successfully, but these errors were encountered: