CefColorGetB   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/external/cef/cef.xtm

Implementation

(bind-func CefColorGetB
  (lambda (color:cef_color_t)
    (i32toi8 (& (>> color 0) #xFF))))


Back to Index