AlbumShaper
1.0a3
|
Public Attributes | |
QImage | image |
QColor | avgColor |
int | avgS |
int | avgL |
Definition at line 262 of file mosaic.cpp.
QColor Tile::avgColor |
Definition at line 268 of file mosaic.cpp.
Referenced by constructColorTiles(), constructImageTiles(), and splatBestTile().
int Tile::avgL |
Definition at line 271 of file mosaic.cpp.
Referenced by constructColorTiles(), constructImageTiles(), and splatBestTile().
int Tile::avgS |
Definition at line 271 of file mosaic.cpp.
Referenced by constructColorTiles(), constructImageTiles(), and splatBestTile().
QImage Tile::image |
Definition at line 265 of file mosaic.cpp.
Referenced by constructColorTiles(), constructImageTiles(), and splatBestTile().