wx
Class Colour
java.lang.Object
wx.Object
wx.Colour
- public class Colour
- extends Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BLACK
public static Colour BLACK
WHITE
public static Colour WHITE
RED
public static Colour RED
BLUE
public static Colour BLUE
GREEN
public static Colour GREEN
CYAN
public static Colour CYAN
LIGHT_GREY
public static Colour LIGHT_GREY
NullColour
public static final Colour NullColour
Colour
public Colour()
Colour
public Colour(short red,
short green,
short blue)
Colour
public Colour(long colRGB)
Colour
public Colour(java.lang.String colourName)
Colour
public Colour(Colour col)
delete
public void delete()
- Overrides:
delete
in class Object
ok
public boolean ok()
set
public void set(short red,
short green,
short blue)
set
public void set(long colRGB)
red
public short red()
green
public short green()
blue
public short blue()
getPixel
public int getPixel()
© 2006 Amit G Mendapara.