Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
29 views

I am currently facing issue with WS2812B and trying to solve this timing when I use below timing the rgb led works fine on 5V power supply but it does not work on below 4.8V #define FASTLED_WS2812_T1 ...
shakaib naqvi's user avatar
Advice
0 votes
3 replies
44 views

From the w3school.com tutorials I've been looking through, I have the following code to show a 'chosen colour' on a web page, and for the user to select that colour and show a colour picker and choose ...
iOSProgrammingIsFun's user avatar
2 votes
1 answer
69 views

I'm running into a problem converting raw rgb565 into rgb888. I'm getting psychedelic looking images: I followed the advice from this forum post, but I have not been able to fix the problem. Has ...
Jan van der Kuyl's user avatar
0 votes
1 answer
138 views

I'm trying to use RGB and colorizefunctions from terra to create a RGB color gradient on my SpatRaster r, however, I get errors and I don't know how to fix them. # Generate random point in a data ...
Tristan's user avatar
  • 490
1 vote
1 answer
91 views

I am doing a project where I need to make some filters that change images, and 2 of the filters need to change the colour space. All the other functions that are very similar to this one work ...
Luke Clark's user avatar
0 votes
0 answers
75 views

I am working with a Espressif ESP32-CAM module. I can capture and display 128x128 JPEG images which display properly. With the associated Arduino library, I can also convert the JPEG image into ...
user3765883's user avatar
1 vote
1 answer
118 views

I'm working with a dataset that contains reflectance factor (Rf) values and their corresponding wavelengths, like this: Rf Wavelength 0.3907051 190 0.3907051 191 0.3907051 192 ... 0....
Dheya El Hak Chiha's user avatar
0 votes
0 answers
76 views

I am writing firmware to control a LED driver which has separate R,G,B, and W (white) channels. The firmware stores the current color in separate R,G,B,W variables. I must support external requests to ...
Grodriguez's user avatar
  • 22.1k
-1 votes
1 answer
56 views

Photoshop API gives text layer as follows { "blendOptions": { "blendMode": "normal", "opacity": 100 }, "bounds": { ...
Science Kid's user avatar
3 votes
1 answer
102 views

I've come across a rather trigonometric implementation for converting colours from RGB to HSI. In particular, converting from RGB to the "HSI-colour space, given by a double cone", which I ...
micycle's user avatar
  • 3,840
1 vote
0 answers
36 views

I’m trying to extract the RGB values from an image using Python’s Pillow library on my MacBook Pro. However, the RGB values I get differ slightly from those identified using online RGB color ...
Myggen--'s user avatar
1 vote
1 answer
148 views

I wanted to create a circle with RGB color effect (Just like RBG color pallet) in SFML. but could not find any method to make it except using an image. First, I Tried making a RGB rectangle (Just like ...
Thanos's user avatar
  • 13
4 votes
3 answers
406 views

I want to plot the share of three variables of each geographical point. I thought this would be easily done with RGB values and I managed to do it simply like this: data <- data.frame( Variable = ...
El toto's user avatar
  • 43
0 votes
1 answer
74 views

I'm trying to match colors manipulated with ImageMagick to those generated by LaTeX. The following is a screenshot of Imagemagick's help pages (at https://imagemagick.org/script/color.php). It strikes ...
emagar's user avatar
  • 1,044
0 votes
1 answer
43 views

library(OpenImageR) I am trying to convert an rgb images into grayscale then save them path = list.files("/dat",".jpg", full.names = T, all.files = TRUE) imgr=...
user20003920's user avatar

15 30 50 per page
1
2 3 4 5
237