Browse Source

Travis CI: API documentation update at 2017-11-24 20:15:29 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/e9c72fac33e32cb76b544f5619c4336489831750

Message: Merge pull request #2184 from hsnabn/color-fromuint

Add Color::FromUInt.

urho3d-travis-ci 8 years ago
parent
commit
70b8fc7609
4 changed files with 4 additions and 1 deletions
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -2283,6 +2283,7 @@ void Clip(bool);
 bool Equals() const;
 void FromHSL(float, float, float, float);
 void FromHSV(float, float, float, float);
+void FromUInt(uint);
 float Hue() const;
 void Invert(bool);
 Color Lerp(const Color&, float) const;

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -1133,6 +1133,7 @@ Methods:
 - unsigned ToUInt() const
 - Vector3 ToHSL() const
 - Vector3 ToHSV() const
+- void FromUInt(unsigned color)
 - void FromHSL(float h, float s, float l, float a)
 - void FromHSV(float h, float s, float v, float a)
 - Vector3 ToVector3() const

+ 1 - 0
Docs/ScriptAPI.dox

@@ -4832,6 +4832,7 @@ Methods:
 - bool Equals() const
 - void FromHSL(float, float, float, float)
 - void FromHSV(float, float, float, float)
+- void FromUInt(uint)
 - float Hue() const
 - void Invert(bool)
 - Color Lerp(const Color&, float) const

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.97
+0.1.98