OpenCPN Partial API docs
Loading...
Searching...
No Matches
ocpn_pixel.h File Reference

Optimized wxBitmap Object. More...

Go to the source code of this file.

Classes

class  PixelCache
 
class  ocpnMemDC
 

Macros

#define BPP   24
 

Typedefs

typedef enum RGBO _RGBO
 

Enumerations

enum  RGBO { RGB = 0 , BGR }
 

Functions

wxImage Image_Rotate (wxImage &base_image, double angle, const wxPoint &centre_of_rotation, bool interpolating, wxPoint *offset_after_rotation)
 

Detailed Description

Optimized wxBitmap Object.

Definition in file ocpn_pixel.h.

Macro Definition Documentation

◆ BPP

#define BPP   24

Definition at line 110 of file ocpn_pixel.h.

Enumeration Type Documentation

◆ RGBO

enum RGBO

Definition at line 131 of file ocpn_pixel.h.

Function Documentation

◆ Image_Rotate()

wxImage Image_Rotate ( wxImage &  base_image,
double  angle,
const wxPoint &  centre_of_rotation,
bool  interpolating,
wxPoint *  offset_after_rotation 
)

Definition at line 1128 of file ocpn_pixel.cpp.