<< Chapter < Page
  Digital signal processing - dsp     Page 22 / 24
Chapter >> Page >

The color palette

Before getting into the details of the class, I will explain the color palette. The color palette is produced by a method named getColorPalette , shown in its entirety in Listing 26 . This is a utility method that is called by the inner classes named CanvasType2surface and CanvasType2scale .

Listing 26. The method named getColorPalette.
Color[] getColorPalette(){//Note that the following is an initialized // 1D array of type Color.Color[] colorPalette = {Color.BLACK,// 0, 0, 0 Color.GRAY,// 128,128,128Color.LIGHT_GRAY,// 192,192,192 Color.BLUE,// 0, 0,255new Color(100,100,255),//100,100,255 new Color(140,140,255),//140,140,255new Color(175,175,255),//175,175,255 Color.CYAN,// 0,255,255new Color(140,255,255),//140,255,255 Color.GREEN,// 0,255, 0new Color(140,255,140),//140,255,140 new Color(200,255,200),//200,255,200Color.PINK,// 255,175,175 new Color(255,140,255),//255,140,255Color.MAGENTA,// 255, 0,255 new Color(255,0,140), //255, 0,140Color.RED,// 255, 0, 0 new Color(255,100,0),// 255,100, 0Color.ORANGE,// 255,200, 0 new Color(255,225,0),// 255,225, 0Color.YELLOW,// 255,255, 0 new Color(255,255,150),//255,255,150Color.WHITE};// 255,255,255return colorPalette; }//end getColorPalette

The getcolorpalette method

The purpose of this method is to establish a color palette containing references to Color objects representing 23 distinct colors and shades of gray. The references are stored in a one-dimensional array object aselement type Color . The values shown in comments in Listing 26 represent the values of red, green, and blue required to produce that specificcolor.

As you can see, some of the elements in the array refer to Color objects defined as named constants (public final variables) in the Color class. Other elements in the array refer to Color objects that are instantiated using red, green, and blue color values of my ownchoosing. The actual colors represented by these objects, going from top to bottom, match the colors shown in the calibration scale for the rightmost imagein Figure 1 .

Rearrange and add new colors

If you would like to do so, you can rearrange the colors in the array. This will result in different colors being adjacent to one another in the calibrationscale. Also if you would like to do so, you can remove colors from the array or add new colors of your own choosing to the array. The overridden paint methodsin the classes named CanvasType2surface and CanvasType2scale are designed to take such changes into account.

The CanvasType2surface class

You can view the entire class named CanvasType2surface in Listing 29 near the end of the module. Because of the similarity of this class to others that I have previously discussed, I will limit my discussion to theportions of the overridden paint method that distinguish this class from the others.

Questions & Answers

what is biology
Hajah Reply
the study of living organisms and their interactions with one another and their environments
AI-Robot
what is biology
Victoria Reply
HOW CAN MAN ORGAN FUNCTION
Alfred Reply
the diagram of the digestive system
Assiatu Reply
allimentary cannel
Ogenrwot
How does twins formed
William Reply
They formed in two ways first when one sperm and one egg are splited by mitosis or two sperm and two eggs join together
Oluwatobi
what is genetics
Josephine Reply
Genetics is the study of heredity
Misack
how does twins formed?
Misack
What is manual
Hassan Reply
discuss biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles
Joseph Reply
what is biology
Yousuf Reply
the study of living organisms and their interactions with one another and their environment.
Wine
discuss the biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles in an essay form
Joseph Reply
what is the blood cells
Shaker Reply
list any five characteristics of the blood cells
Shaker
lack electricity and its more savely than electronic microscope because its naturally by using of light
Abdullahi Reply
advantage of electronic microscope is easily and clearly while disadvantage is dangerous because its electronic. advantage of light microscope is savely and naturally by sun while disadvantage is not easily,means its not sharp and not clear
Abdullahi
cell theory state that every organisms composed of one or more cell,cell is the basic unit of life
Abdullahi
is like gone fail us
DENG
cells is the basic structure and functions of all living things
Ramadan
What is classification
ISCONT Reply
is organisms that are similar into groups called tara
Yamosa
in what situation (s) would be the use of a scanning electron microscope be ideal and why?
Kenna Reply
A scanning electron microscope (SEM) is ideal for situations requiring high-resolution imaging of surfaces. It is commonly used in materials science, biology, and geology to examine the topography and composition of samples at a nanoscale level. SEM is particularly useful for studying fine details,
Hilary
cell is the building block of life.
Condoleezza Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Digital signal processing - dsp. OpenStax CNX. Jan 06, 2016 Download for free at https://legacy.cnx.org/content/col11642/1.38
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Digital signal processing - dsp' conversation and receive update notifications?

Ask