In the JAVA.awt.package, the coloring scheme ranges from 0 to 255 are called
2025
In the JAVA.awt.package, the coloring scheme ranges from 0 to 255 are called
- A.
GBR
- B.
BRG
- C.
RGB
- D.
BGR
Attempted by 42 students.
Show answer & explanation
Correct answer: C
In Java's AWT package, the standard coloring scheme uses the RGB model. Each color component ranges from 0 to 255, allowing for millions of distinct colors.