©2009 Google -
Code Home -
Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
English -
Español -
日本語 -
한국어 -
Português -
Pусский -
中文(简体) -
中文(繁體)
Public Member Functions | |
| void | set (string color) |
| string | get () |
| int | getR () |
| void | setR (int r) |
| int | getG () |
| void | setG (int g) |
| int | getB () |
| void | setB (int b) |
| int | getA () |
| void | setA (int a) |
| void KmlColor.set | ( | string | color | ) |
Set the color of an object.
| color | color of the object |
| string KmlColor.get | ( | ) |
Returns the color of an object.
| int KmlColor.getR | ( | ) |
red numerical value
| void KmlColor.setR | ( | int | r | ) |
red numerical value
| int KmlColor.getG | ( | ) |
green numerical value
| void KmlColor.setG | ( | int | g | ) |
green numerical value
| int KmlColor.getB | ( | ) |
blue numerical value
| void KmlColor.setB | ( | int | b | ) |
blue numerical value
| int KmlColor.getA | ( | ) |
opacity value
| void KmlColor.setA | ( | int | a | ) |
opacity value