All Questions
21,909 questions
0
votes
0
answers
58
views
Increase Contrast messes up my high contrast color asset inside NavigationStack
What is the right way to specify accent colors for high contrast mode ("Increase Contrast" in settings)?
When I specify accent colors in my asset file, and further specify the high contrast ...
0
votes
1
answer
50
views
How to enable color support for the view detail page for the test summary on GitLab?
In a self-hosted GitLab Community Edition v18.10.1, I execute some jobs that produce color output in their log. (The debian slim docker container that produces the log uses TERM="xterm-256color&...
Advice
2
votes
3
replies
56
views
How can I enable dark mode for the Windows Forms Designer in JetBrains Rider?
I am developing a Windows Forms application in JetBrains Rider and using the WinForms Designer to design my forms.
My IDE theme is set to a dark theme (high contrast / dark mode), but the Windows ...
3
votes
0
answers
109
views
Conversion of a color from a char pointer to an integer for LibX
I am creating for a school project an isometric projection of a wireframe 3D model using an API for Libx called Minilibx.
The input char *color is in the format 0xffffff
the input char *hexa is the ...
Advice
0
votes
11
replies
112
views
Why fractions are allowed for RGB values of a color (from 0 to 1)
I was wondering, why are fractions allowed to be used for RGB values of a color from 0 to 1? Here are some examples:
Green: [0, 128/255, 0]
Silver: [64/85, 64/85, 64/85]
Indigo: [5/17, 0, 26/51]
...
2
votes
1
answer
54
views
Trying to plot a R grouped bar plot with one color condition on ggplot
I have been trying to create a grouped bar plot (not stacked) from a dataframe that has the present structure:
tibble [312 × 4] (S3: tbl_df/tbl/data.frame)
$ Year : int [1:312] 2000 2000 2000 2000 ...
3
votes
1
answer
76
views
BMP color mask alpha brightness calculation
Given a bitmap (.BMP) image using compression 3 (BI_BITFIELDS), and the bits per pixel being either 16 or 32. Long-word color masks are provided for Red, Green, Blue, and Alpha.
For instance, in 16-...
4
votes
1
answer
94
views
How to plot lines combining a grayscale and another color
I'm working on a faceted genom_line() where I have many entries but the main distinction is between one, CHM13, and the rest.
This CHM13 should be colored in red while all the others with a continuous ...
2
votes
1
answer
95
views
Python colour.difference.CIE_delta_E_2000 conversion from numpy to built-in math
I try to convert the colour.difference.delta_E_CIE2000 method from numpy in a built-in math function, since the colour-science package (while great) is just overkill for my purpose.
I checked the ...
0
votes
1
answer
113
views
WPF XAML Change Default Combobox Color
bonjour.
I'm having trouble finding a solution to update the default backgroudn color (in gray) to another color. As for now I got so far (see linked screen capture) with the folowing code:
<Style ...
0
votes
0
answers
18
views
Setting colors of LineChart Series?
I'm using a Chart with StateSeries (DataPointSingleSeriesWithAxes) series' from WinRTXamlToolkit.Controls.DataVisualization.Charting, building it programmatically.
It's working fine, except each time ...
0
votes
1
answer
46
views
Cannot change selected colour of a frame in a CollectionView in .Net Maui
I am using .Net Maui to develop a Windows app. I am trying to use VisualStates to change the selected backgroundcolor of a frame in a CollectionView, but it has no effect. What am I missing here? In ...
3
votes
3
answers
243
views
How to do console colors in bash script
I have a Bash script that prints status headers using ANSI color escape codes. The script runs, the output prints, but instead of seeing colored text, I see the literal escape sequences printed to the ...
2
votes
1
answer
80
views
Assign colors of geom_lines with multiple legends by group in a nested facet_wrap
As Stefan suggested here, splitting the legend into multiple rows on a nested facet_wrap using legendry::guide_legend_group works well.
However, the colors are inconsistent (e.g., see the left graph ...
5
votes
1
answer
362
views
Split the legend into three rows with headings for a nested facet_wrap
The dataframe df0 below includes the following variables:
site: 3 remote partner laboratories (fixed number),
analyte: biomarkers measured at one or more of these sites (3 analytes in this example ...