python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
libpng warning: iCCP: known incorrect sRGB profile in .NET Core
We have .NET Core application which is hosted under Linux based Docker container. System.Drawing library wasn't working here so we needed to installed libpng with command apt-get install -y --no-insta...

Jeeten Parmar
Votes: 0
Answers: 2
Change Cell Background Colour from predefined RGB Colour List each time Macro is run
I'm trying to create a Macro where a range of cells Background colour is changed to a colour in a list of predefined RGB colours. Each time the macro is run the Range of cells colour changes to the ne...
JeremyH
Votes: 0
Answers: 1
Reduce color list to more common colors - Python
I have a list of 1723 colors in hex codes (I could also turn them to RGB but the issue is not the format of the color), like this: cols = ['#A62E2E', '#D99036', '#D9C27E', '#D9AB9A', '#592C22'].
I'm t...

GravityWell
Votes: 0
Answers: 1
How to convert HSV(HSB) to range 0...1
I get HSB as 29, 90, 100.
How to convert it to the range 0...1?
UIColor is initialized only in this range, so I have a question.
let red: CGFloat = 1
let green: CGFloat = 0.5372
let blue: CGFloat = 0....
Ozarenie
Votes: 0
Answers: 1