$ocolor » History » Revision 2
Revision 1 (Per Amundsen, 11/24/2016 11:52 AM) → Revision 2/6 (Per Amundsen, 11/08/2018 09:23 PM)
_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]]._ [[Extra Colors]]._ *Parameters* N - The Nth color to retrieve. *Properties* .rgb - returns the color in rrr,ggg,bbb format. *Example* <pre> ; Get the Editbox color //echo -ag Editbox color is $ocolor(30).rgb </pre>