The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
cEvalueSimpleRGBA255 Class Reference

#include <cEvalueSimpleRGBA255.h>


Detailed Description

file name: cEvalueSimpleRGBA255.h

Author:
Betti Oesterholz
Date:
18.03.2012 webma.nosp@m.ster.nosp@m.@BioK.nosp@m.om.i.nosp@m.nfo

System: C++

This file contains the class for evaluing Fib objects as a matrix of a RGBA image. Copyright (C) LGPL3 2012 Betti Oesterholz

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

This file contains the class for evaluing Fib objects as a matrix of a RGBA image.

See also:
pImageData Just colors and transparency is evalued. The data is stored into an array. The array is two dimensional and goes in the first dimension from 0 to uiMaxX and in the second from 0 to uiMaxY. Every entry of the array consists of tree values with 8 bit each (values from 0 to 255). This class should keep the evaluing of a normal image (e.g. Bitmap image) as simple as possible.

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