Total members 11890 |It is currently Fri Apr 19, 2024 4:23 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





display java Color Components
Code:
import java.awt.image.DirectColorModel;

public class 
ShowComponents {
  
DirectColorModel colorModel;
  
int[] component1;
  
float[] component2;
  
int value;
  
int redgreenbluealpha;
  
  public 
ShowComponents() {
    
red 40;
    
green 10;
    
blue 20;
    
alpha 255;

    
colorModel = new DirectColorModel(320x00ff00000x0000ff00,
    
0x000000ff0xff000000);
    
value = (alpha << 24) + (red << 16) + (green << 8) + blue;
    
component1 colorModel.getComponents(valuenull0);
    
component2 colorModel.getNormalizedComponents(component1,0,
      
null,0);
    
System.out.println("Normalized components are: ");
    for (
int i 0component2.lengthi++)
      
System.out.println("\t" component2[i]);
  }
  public static 
void main(String[] args) {
    new 
ShowComponents();
  }




_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : java Color Components
 Gradient Color in java     -  
 Color representation in Java     -  
 Changing the color of a graph draw in java     -  
 Ball Color Match 2D Java Game Version 1.0     -  
 Listing elements using list components in J2me     -  
 old NASA style counter built from Swing components     -  
 Color and CSS     -  
 Changing link color     -  
 Draw char with color in php     -  
 how to get Color name from a specific pixel ??     -  



Topic Tags

Java AWT
cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com