I am trying to use st.color_picker to make different colors for drawing.
The case:
I am drawing a paste by PIL, I want to have a transparent bg option for the paste image.
I can not achieve that by st.color_picker. and havn’t found the answer in the forum.
Does any one know how to do, thank you very much
or is it possible to use RGBA mode in st.color_picker?
vcolor = st.color_picker('Pick A Color', '#00f900')
st.write('The current color is', vcolor)
st.markdown(f"<span style='background-color:{vcolor}'>This is the chosen colour</span>", True)
st.markdown(f"<span style='background-color:{vcolor}; opacity:0.2; '>and this is transparent</span>", True)
Just change the opacity in the above code to 0 - I have kept it to 0.2 so that you can see that it can be made transparent.
@Shawn_Pereira Thanks for your advice, I also find similar solution on the forum. But I am just curious about whether st.color_picker can have the function of different color mood. Like in powerpoint and keynote, they have more color choice.
I know CSS and HTML can also show different color, however I am not familiar with that,
thanks for your help
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.