sel function

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

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