lights FAQ Forum github.com/luapower/winapi

Native OS APIs
winapi
winapi.wglpanel
winapi.cairopanel
objc
xlib

bitmappanel

RGBA bitmap panels


require'winapi.bitmappanel'

This module implements the BitmapPanel class which allows accessing a panel’s pixels as an bgra8-type bitmap with pre-multiplied alpha.

BitmapPanel

Hierarchy

Events

painting description reference
on_bitmap_create(bitmap) bitmap was created
on_bitmap_free(bitmap) bitmap will be freed
on_bitmap_paint(bitmap) panel needs repainting WM_PAINT

Last updated: 7 years ago | Edit on GitHub

Package:winapi
Pkg type:Lua+ffi
Version: 84c32de
Last commit:
License: Public Domain

Requires: +events  +glue  +luajit 

Required by: cairo  cplayer  hidapi  nw  proc  sock  winapi.cairopanel  winapi.wglpanel  dollar  opengl  testui  ui 


Top