Questions tagged as 'rgba'

1
answer

Exchange between color format in java

In a program I am extracting the color of a certain bit of an image with the method: import javax.imageio.ImageIO; import java.awt.image.BufferedImage; import java.io.File; BufferedImage image = null; image = ImageIO.read(new File(dir)); fo...
asked by 11.03.2018 / 15:25