|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Color
Monitors form unique colors by using varying intensities of the colors red, green, and blue (RGB). This RGB color system is primarily used by Java but there are other systems supported such as HSB (hue, saturation, brightness). Respresenting a color using such systems makes it easier to mix them. Java provides support for 32 bit images, where each pixel is represented using 32 bits, containing R, G, B and A. A stands for Alpha, and refers to the transparancy or opaqueness of the pixel.
Subcategories
Questions & Answers
= answered, = unanswered
Further Information (sorted alphabetically)
Api's:
Articles:
|
|
|
|
|