__construct() public method

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