UI\Draw\Color::setChannel
PHP Manual
PHP Manual»UI\Draw\Color»UI\Draw\Color::setChannel

UI\Draw\Color::setChannel

(UI 0.9.9)

UI\Draw\Color::setChannelColor Manipulation

Опис

public function UI\Draw\Color::setChannel(int $channel, float $value): void

Shall set the selected channel to the given value

Параметри

channel

Constant channel identity

value

The new value for the selected channel

Значення, що повертаються

To Top