OpenGLColor 方法 |
| 名称 | 说明 | |
|---|---|---|
| Color(Byte) |
Sets the current color to 'v'.
| |
| Color(Double) |
Sets the current color to 'v'.
| |
| Color(Int16) |
Sets the current color to 'v'.
| |
| Color(Int32) |
Sets the current color to 'v'.
| |
| Color(Single) |
Sets the current color to 'v'.
| |
| Color(UInt16) |
Sets the current color to 'v'.
| |
| Color(UInt32) |
Sets the current color to 'v'.
| |
| Color(Byte, Byte, Byte) |
Sets the current color.
| |
| Color(Double, Double, Double) |
Sets the current color.
| |
| Color(Int16, Int16, Int16) |
Sets the current color.
| |
| Color(Int32, Int32, Int32) |
Sets the current color.
| |
| Color(Single, Single, Single) |
Sets the current color.
| |
| Color(UInt16, UInt16, UInt16) |
Sets the current color.
| |
| Color(UInt32, UInt32, UInt32) |
Sets the current color.
| |
| Color(Byte, Byte, Byte, Byte) |
Sets the current color.
| |
| Color(Double, Double, Double, Double) |
Sets the current color.
| |
| Color(Int16, Int16, Int16, Int16) |
Sets the current color.
| |
| Color(Int32, Int32, Int32, Int32) |
Sets the current color.
| |
| Color(Single, Single, Single, Single) |
Sets the current color.
| |
| Color(UInt16, UInt16, UInt16, UInt16) |
Sets the current color.
| |
| Color(UInt32, UInt32, UInt32, UInt32) |
Sets the current color.
|