Skip to main content

All Questions

Tagged with
1 vote
1 answer
34 views

How to setBackgroundColor as Color, not as int

How to set setBackgroundColor if I have got Color(Long) or how to get hex from Color? enum class ColorRes(val color: Color, val resource: Int) SIZE(Color(0xFFFF655C), R.drawable.size_icon) ....
Slava's user avatar
  • 635
0 votes
1 answer
25 views

How do I change background colour (overall)?

I have a huge CSS file, with lots of . selectors in it. But there is no selector in the file, which is responsible for the overall background colour. How can I change the background colour in this ...
Andy's user avatar
  • 1
0 votes
0 answers
87 views

flutter stripe_android:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.tasks > Android resource linking failed

What went wrong: Execution failed for task ':stripe_android:verifyReleaseResources'. A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action Android ...
Uchenna Mboo's user avatar
1 vote
1 answer
59 views

How can I edit ggMarginal background to match the plot background?

I'm trying to use ggExtra::ggMarginal() to add the density histograms on the side. It works fine but the background color is white instead of the "#fffdf7" color I want. I can't seem to ...
M.Frumh's user avatar
  • 25
0 votes
0 answers
25 views

Chrome Extension Highlight Feature Not Applying Background Color

I'm working on a Chrome extension designed to let users highlight text on web pages and save it. Despite setting up the logic to save the selected color and apply it as the background color of the ...
BuzzMedz's user avatar
1 vote
0 answers
27 views

How do I dynamically change nav link text color based on background brightness?

Admittedly not a developer, but trying to learn my way through customizing a Squarespace site for myself. I was looking to implement some code that updates the color of my nav links based on the ...
Dan Casey's user avatar
0 votes
0 answers
10 views

How do I get readable Foreground text color for any background image automatically?

Given a background image, how would I get a foreground color that makes text readable on that background image? I mean computing that foreground color automatically in a program (C# preferably)?
D.Man's user avatar
  • 185
0 votes
1 answer
182 views

Unable to set the background color of the GraphicsView control

Unable to change background color of GraphicsView control. I can change the background color of the ContentPage, but the background color of the GraphicsView assumes the color of the ContentPage. I ...
MikeH's user avatar
  • 19
0 votes
0 answers
42 views

How to remove the "white color" that has Highlighting on the background

I don't remember what i did on my visual studio 2022. Can someone knows on how to remove or disable it? enter image description here I was tried to RESET on the option section and set it into default. ...
Juniel Mundas's user avatar
0 votes
2 answers
67 views

How to stop text from wiping background color with NavigationStack?

New to swift and stuck at the starting line... I am simply trying to fill the whole background of a page using gradient. I have seen this is possible using ContainerRelativeShape() so have tried and ...
PW1990's user avatar
  • 453
1 vote
1 answer
1k views

change background color in open3d.visualization.draw_geometries

I want to change the background color in Open3D when I draw geometries using open3d.visualization.draw_geometries, but I can't figure out how to that, as the documentation is not showing how to do it. ...
bhomaidan90's user avatar
0 votes
0 answers
47 views

tvos: change focused color of UIButton

How to change default white color of tvos swift UIButton focus selection? override func didUpdateFocus(in context: UIFocusUpdateContext, with coordinator: UIFocusAnimationCoordinator) { if let ...
ashish's user avatar
  • 11
0 votes
0 answers
185 views

Getting dominant color of each image and using it as a background

I'm new to vue.js and I have here multiple cards/posters. I want to get the dominant color of the images coming from the PicturesUrl and apply it in customcard-short. Since the images are inside the ...
Yesha's user avatar
  • 49
0 votes
0 answers
8 views

Change the color of Cells in sheet2 based on values in sheet 1

I need to update the Work product status in Sheets 2 based on a values in 2 columns in a sheet1 In Sheet1 I have navigate through Column L and M and update the Workproduct status in Sheet2, Column M ...
Bhanuprakash's user avatar
1 vote
1 answer
338 views

ggplot2 transparent/white legend key with stat_ellipse

I've got a plot where I'm using stat_ellipse to show 95% confidence ellipses around some points. I'd like to get rid of the grey background behind the points in the legend, but it's just not working. ...
Luther Blissett's user avatar

15 30 50 per page
1
2 3 4 5
49