Public Member Functions | |
| void | Set (float r, float g, float b, float a) |
| void | Set (float r, float g, float b, float a) |
Public Attributes | |
| float | mR |
| float | mG |
| float | mB |
| float | mA |
Definition at line 371 of file GRV11.cs.
| void GRV11.GRColorRGBA.Set | ( | float | r, | |
| float | g, | |||
| float | b, | |||
| float | a | |||
| ) |
Definition at line 378 of file GRV11.cs.
References GRV11.GRColorRGBA.mA, GRV11.GRColorRGBA.mB, GRV11.GRColorRGBA.mG, and GRV11.GRColorRGBA.mR.
Referenced by GRV11.GRMesh.BuildSimpleCube().
| void GRV11.GRColorRGBA.Set | ( | float | r, | |
| float | g, | |||
| float | b, | |||
| float | a | |||
| ) |
Definition at line 378 of file GRV11.cs.
References GRV11.GRColorRGBA.mA, GRV11.GRColorRGBA.mB, GRV11.GRColorRGBA.mG, and GRV11.GRColorRGBA.mR.
| float GRV11.GRColorRGBA::mR |
Definition at line 373 of file GRV11.cs.
Referenced by GRV11.GRTriangle.Draw(), GRV11.GRTriangle.DrawOnlyIfTexturedAndWithoutGLBeginOrGLEnableTexture(), GRV11.GRTriangle.DrawOnlyIfUntexturedAndWithoutGLBeginOrGLEnableTexture(), and GRV11.GRColorRGBA.Set().
| float GRV11.GRColorRGBA::mG |
Definition at line 374 of file GRV11.cs.
Referenced by GRV11.GRTriangle.Draw(), GRV11.GRTriangle.DrawOnlyIfTexturedAndWithoutGLBeginOrGLEnableTexture(), GRV11.GRTriangle.DrawOnlyIfUntexturedAndWithoutGLBeginOrGLEnableTexture(), and GRV11.GRColorRGBA.Set().
| float GRV11.GRColorRGBA::mB |
Definition at line 375 of file GRV11.cs.
Referenced by GRV11.GRTriangle.Draw(), GRV11.GRTriangle.DrawOnlyIfTexturedAndWithoutGLBeginOrGLEnableTexture(), GRV11.GRTriangle.DrawOnlyIfUntexturedAndWithoutGLBeginOrGLEnableTexture(), and GRV11.GRColorRGBA.Set().
| float GRV11.GRColorRGBA::mA |
Definition at line 376 of file GRV11.cs.
Referenced by GRV11.GRTriangle.Draw(), GRV11.GRTriangle.DrawOnlyIfTexturedAndWithoutGLBeginOrGLEnableTexture(), GRV11.GRTriangle.DrawOnlyIfUntexturedAndWithoutGLBeginOrGLEnableTexture(), and GRV11.GRColorRGBA.Set().
1.5.6