| java.lang.Object | |
| ↳ | casmi.graphics.object.Background |
Material class. Wrapper of JOGL for managing background
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates BackGround object using gray scale.
| |||||||||||
Creates BackGround object using red, green, blue color values.
| |||||||||||
Creates BackGround object using color
| |||||||||||
Creates BackGround object using color
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates BackGround object using gray scale.
| gray | The gray-scale value of the BackGround. |
|---|
Creates BackGround object using red, green, blue color values.
| red | The red color value of the BackGround. |
|---|---|
| green | The green color value of the BackGround. |
| blue | The blue color value of the BackGround. |
Creates BackGround object using color
| colorSet | The ColorSet of the BackGround. |
|---|