convenience: Convenience Functions

Description Usage Arguments Functions Examples

Description

Convenience functions for common operations.

Usage

1
2
3
4
5
6
7
important_(value)

url_(value)

rgb_(r, g, b)

rgba_(r, g, b, a = 0.5)

Arguments

value

Value to use.

r, g, b, a

Red, green, blue, and alpha values.

Functions

Examples

1
2
3
4
5
6
7
Linne$
 new()$
 rule(
   sel_id("id"),
   color = rgba_(255, 255, 255, .6),
   fontSize = important_(20)
 )

linne documentation built on Jan. 8, 2021, 2:24 a.m.