__construct() public method

public __construct ( boolean $non_negative = false )
$non_negative boolean indicates whether negatives are forbidden
 public function __construct()
 {
     parent::__construct(false);
     // opacity is non-negative, but we will clamp it
 }
 public function __construct()
 {
     parent::__construct(false);
 }