org.miv.jism.tools.ARGBTools Class Reference

Tools to manipulate ARGB values. More...

List of all members.

Static Public Member Functions

static int getRGB (int a, int r, int g, int b)
static int getAlpha (int argb)
static int getRed (int argb)
static int getGreen (int argb)
static int getBlue (int argb)
static int getGrayscale (int argb)
static int getLuminance (int argb)
static int getChrominanceU (int argb)
static int getChrominanceV (int argb)
static int getRGBfromYUV (int y, int u, int v)
static float getTeinte (int argb)
static float getSaturation (int argb)
static float getValue (int argb)
static int getRGBfromTSV (float t, float s, float v)
static void usage ()
static void main (String[] args)

Static Public Attributes

static final int R_MASK = Integer.parseInt( "00000000111111110000000000000000", 2 )
static final int G_MASK = Integer.parseInt( "00000000000000001111111100000000", 2 )
static final int B_MASK = Integer.parseInt( "00000000000000000000000011111111", 2 )


Detailed Description

Tools to manipulate ARGB values.

Author:
Guilhelm SAVIN

The documentation for this class was generated from the following file:
Generated on Fri Apr 18 10:49:00 2008 for JisM by  doxygen 1.5.3