Color: Fixed a confusing inconsistency in documentation

This commit is contained in:
Dylan K. Taylor 2017-12-01 20:12:35 +00:00
parent d9f0546cb3
commit 1a4b653d07

View File

@ -38,7 +38,7 @@ class Color{
}
/**
* Returns the alpha (transparency) value of this colour.
* Returns the alpha (opacity) value of this colour.
* @return int
*/
public function getA() : int{