点击或拖拽改变大小

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.
Top
参见