Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Image Class Reference

#include <image.h>

Public Member Functions

constexpr Image (KDCoordinate width, KDCoordinate height, const KDColor *pixels)
 
KDCoordinate width () const
 
KDCoordinate height () const
 
const KDColorpixels () const
 

Detailed Description

Definition at line 6 of file image.h.

Constructor & Destructor Documentation

◆ Image()

constexpr Image::Image ( KDCoordinate  width,
KDCoordinate  height,
const KDColor pixels 
)
inline

Definition at line 8 of file image.h.

Member Function Documentation

◆ height()

KDCoordinate Image::height ( ) const
inline

Definition at line 11 of file image.h.

◆ pixels()

const KDColor* Image::pixels ( ) const
inline

Definition at line 12 of file image.h.

◆ width()

KDCoordinate Image::width ( ) const
inline

Definition at line 10 of file image.h.


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