Project

General

Profile

Actions

Added in 2.7

$ocolor(N)

Returns the Nth color index of the internal color list as a $rgb value.

See also Config File Colors, /echo.

Parameters

Parameter Description
N The Nth color to retrieve.

Properties

Property Description
.rgb returns the color in rrr,ggg,bbb format.
.hex returns the color in hex format.

Example

; Get the Editbox color
//echo -ag Editbox color is $ocolor(30).rgb

Updated by Per Amundsen about 1 year ago · 6 revisions

Also available in: PDF HTML TXT