Difference between revisions of "Color (API)"

From ComputerCraft Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
Its functions are:
 
Its functions are:
 
+
{| border="1" cellpadding="2" cellspacing="0"
* colors.combine( color1, color2, color3, so on) which combines the colors
+
!style="background:#EEE" width="200px"|Method name
* colors.subtract( colors, color1, color2, so on) which subtracts the colors
+
!style="background:#EEE" width="*"|Description
* colors.test( colors, color )
+
|-
 +
|colors.combine( color1, color2, color3, so on)
 +
|combines the colors
 +
|-
 +
|colors.subtract( colors, color1, color2, so on)
 +
|subtracts the given colors
 +
|-
 +
|colors.test( colors, color )
 +
|<no description given>
 +
|}
  
 
Color constants include, in ascending bit order:
 
Color constants include, in ascending bit order:

Revision as of 05:32, 31 January 2012

Colors API allows you to mess with colors. For the British, just replace 'color' with 'colour', and it will use the other API, colours, which is just a British version.

Its functions are:

Method name Description
colors.combine( color1, color2, color3, so on) combines the colors
colors.subtract( colors, color1, color2, so on) subtracts the given colors
colors.test( colors, color ) <no description given>

Color constants include, in ascending bit order:

  • colors.white
  • colors.orange
  • colors.magenta
  • colors.lightBlue
  • colors.yellow
  • colors.lime
  • colors.pink
  • colors.gray
  • colors.lightGray
  • colors.cyan
  • colors.purple
  • colors.blue
  • colors.brown
  • colors.green
  • colors.red
  • colors.black