Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
0 answers
58 views

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 ...
Ben Powers's user avatar
0 votes
1 answer
50 views

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&...
k0pernikus's user avatar
  • 67.9k
Advice
2 votes
3 replies
56 views

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 ...
Abel Campos S.'s user avatar
3 votes
0 answers
109 views

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 ...
Simeon Sutarmin's user avatar
Advice
0 votes
11 replies
112 views

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] ...
Abhiram Akella's user avatar
2 votes
1 answer
54 views

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 ...
Abby's user avatar
  • 47
3 votes
1 answer
76 views

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-...
Clock Cycles's user avatar
4 votes
1 answer
94 views

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 ...
Matteo's user avatar
  • 693
2 votes
1 answer
95 views

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 ...
Thingamabobs's user avatar
  • 8,386
0 votes
1 answer
113 views

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 ...
user24642980's user avatar
0 votes
0 answers
18 views

I'm using a Chart with StateSeries (DataPointSingleSeriesWithAxes) series' from WinRTXamlToolkit.Controls.DataVisualization.Charting, building it programmatically. It's working fine, except each time ...
JohnKoz's user avatar
  • 1,005
0 votes
1 answer
46 views

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 ...
Sabre's user avatar
  • 33
3 votes
3 answers
243 views

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 ...
Flavio's user avatar
  • 672
2 votes
1 answer
80 views

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 ...
denis's user avatar
  • 1,248
5 votes
1 answer
362 views

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 ...
denis's user avatar
  • 1,248

15 30 50 per page
1
2 3 4 5
1461