CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
pixelmap_t Struct Referenceexport
+ Inheritance diagram for pixelmap_t:
+ Collaboration diagram for pixelmap_t:

Public Member Functions

 pixelmap_t (unsigned long w, unsigned long h)
 
 pixelmap_t (unsigned long w, unsigned long h, pixel_t *&data)
 
size_t width () const
 
size_t height () const
 

Detailed Description

Definition at line 19 of file pixelmap.cppm.

Constructor & Destructor Documentation

◆ pixelmap_t() [1/2]

pixelmap_t::pixelmap_t ( unsigned long w,
unsigned long h )
inline

Definition at line 20 of file pixelmap.cppm.

◆ pixelmap_t() [2/2]

pixelmap_t::pixelmap_t ( unsigned long w,
unsigned long h,
pixel_t *& data )
inline

Definition at line 22 of file pixelmap.cppm.

Member Function Documentation

◆ height()

size_t pixelmap_t::height ( ) const
inlinenodiscard

Definition at line 29 of file pixelmap.cppm.

◆ width()

size_t pixelmap_t::width ( ) const
inlinenodiscard

Definition at line 25 of file pixelmap.cppm.

+ Here is the caller graph for this function:

The documentation for this struct was generated from the following file: