sel function

Syntax

  • float sel(string inputstring)

Returns

Selector with the value of inputstring.

Description

The sel conversion function allows to cast the inputstring to a selector.

Examples

A -->
		set(sel(colchannel("r")),0.5)

In this topic