pocketmine\utils\Color::__construct PHP Method

__construct() public method

public __construct ( $r, $g, $b )
    public function __construct($r, $g, $b)
    {
        $this->red = $r;
        $this->green = $g;
        $this->blue = $b;
    }