Top "Rgb" questions

RGB stands for Red-Green-Blue and specifies a color using three values, which represent the respective amount of red, green, and blue in the color.

Javafx - Get RGB Value from Node's Color Fill

In my javafx app, I create a circle and then allow the user to color it in... Circle circle = new …

java colors javafx paint rgb
texture for YUV420 to RGB conversion in OpenGL ES

I have to convert and display YUV420P images to RGB colorspace using the AMD GPU on a Freescale iMX53 …

opengl-es gpu rgb yuv egl
No conversion from RGB to YUV

I fail to find an easy-to-use function in any Python library (preferrably PIL) for conversion from RGB to YUV. Since …

python python-imaging-library rgb yuv
java Buffered Image : Detecting black pixels

I have this simple code to go through a 24bit color windows bmp file BufferedImage mapa = BMPDecoder.read(new File("…

java rgb bufferedimage bmp
Conversion between RGB and RYB color spaces

I am currently trying to convert colours between RGB (red, green, blue) colour space and RYB (red, yellow, blue) colour …

math rgb interpolation newtons-method
Star B-V color index to apparent RGB color

I'm trying to convert a star's B-V color index to an apparent RGB color. Besides look up tables and color …

colors dart rgb astronomy
Convert a raw negative rgb int value back to a 3 number rgb value

Ok so I'm working on a program that takes in an image, isolates a block of pixels into an array, …

java int rgb negative-number
Converting from RGB to HSL with Objective C

I'm quite new to objective c but have been programming for a while. I started creating a function that would …

iphone objective-c rgb hsl
Vba - Set transparent color or direct hex value of label backcolor?

I want to insert a label into a PowerPoint presentation. But I don't want any background on there, or, have …

vba label hex rgb backcolor
Lossy conversion from float64 to uint8

Code from https://www.makeartwithpython.com/blog/visualizing-sort-algorithms-in-python/ from imageio import imsave import numpy as np newImage = np.random.randint(0, 255, (300, 300, 3)) …

python rgb hsv