#include <hikogui/pixel_map.hpp>
template<
typename T>
class v1::pixel_row< T >
A row of pixels.
◆ at() [1/2]
Get a access to a pixel in the row.
This function does bound checking.
- Parameters
-
| columnNr | The column number in the row. |
- Returns
- a reference to a pixel.
◆ at() [2/2]
Get a access to a pixel in the row.
This function does bound checking.
- Parameters
-
| columnNr | The column number in the row. |
- Returns
- a reference to a pixel.
◆ data() [1/2]
Get a pointer to the pixel data.
◆ data() [2/2]
Get a pointer to the pixel data.
◆ operator[]() [1/2]
Get a access to a pixel in the row.
- Parameters
-
| columnNr | The column number in the row. |
- Returns
- a reference to a pixel.
◆ operator[]() [2/2]
Get a access to a pixel in the row.
- Parameters
-
| columnNr | The column number in the row. |
- Returns
- a reference to a pixel.
The documentation for this class was generated from the following file: