![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
Pixel Data Class
Contained in: global
Derived from:
none
Derived by:
none
Group: Display (Display 2D)
#include <ClanLib/display.h>
public function member index: |
||
Construction: |
||
| CL_PixelData | (unsigned int red_mask, unsigned int green_mask, unsigned int blue_mask, unsigned int alpha_mask, CL_SurfaceProvider* src, unsigned int bytes_per_pixel); | |
| virtual | ~CL_PixelData | (); |
Attributes: |
||
| unsigned int | get_width | (); |
| unsigned int | get_height | (); |
| unsigned int | get_bytes_per_pixel | (); |
| int | get_bytes_per_line | (); |
| void | get_line_pixel_to_dest | (int y, unsigned char* dest); |
| void | dump_assert_info | (int line); |
| unsigned char* | get_line_pixel | (int y); |
| unsigned short* | get_line_pixel16 | (int y); |
| unsigned int* | get_line_pixel32 | (int y); |