www.randelshofer.ch

RubikPlayer

 

© Werner Randelshofer

Readme  Changes  License

 

Examples   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  <<  >>

Example 5

 

colorTable=
  0xffd200,
  0x8c000f,
  0x00732f,
  0xf8f8f8,
  0xff4600,
  0x003373

Color scheme of the
Arxon Cube:
yellow, red, green,
white, orange, blue  

colorTable=
  0x8c000f,
  0xffd200,
  0x00732f,
  0xff4600,
  0xf8f8f8,
  0x003373

Color scheme of the Rubik's Cube:
red, yellow, green,
orange, white, blue  

colorTable=
  0xffeb00,
  0xa4000f,
  0xf8f8f8,
  0x00872d,
  0xff2e00,
  0x003297

Color scheme of the OddzOn Cube:
yellow, red, white,
green, orange, blue 

 

Demonstrates the colorTable parameter.

Applet Tag:

<applet
    code="ch.randelshofer.rubik.RubikPlayerApp.class"     archive="rubikplayer.zip"
    
width="264" height="245">

<param name="colorTable" value="0x003373,0xff4600,0xf8f8f8,0x00732f,0x8c000f,0xffd200">

</applet>