Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
CefColorGetR
xtlang
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/libs/external/cef/cef.xtm
Implementation
(
bind-func
CefColorGetR
(
lambda
(
color:cef_color_t
)
(
i32toi8
(
&
(
>>
color
16
)
#
xFF
))))
Back to Index