|
Photon Engine 2.0.0-beta
A physically based renderer.
|
Format of common pictures. Typically closely related to how the picture is stored natively (e.g., on disk). More...
#include <RegularPicture.h>
Public Member Functions | |
| RegularPictureFormat () | |
| math::EColorSpace | getColorSpace () const |
| bool | isReversedComponents () const |
| bool | hasAlpha () const |
| bool | isGrayscale () const |
| void | setColorSpace (math::EColorSpace colorSpace) |
| void | setIsReversedComponents (bool isReversedComponents) |
| void | setHasAlpha (bool hasAlpha) |
| void | setIsGrayscale (bool isGrayscale) |
Format of common pictures. Typically closely related to how the picture is stored natively (e.g., on disk).
| ph::RegularPictureFormat::RegularPictureFormat | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
| void ph::RegularPictureFormat::setColorSpace | ( | math::EColorSpace | colorSpace | ) |
| void ph::RegularPictureFormat::setHasAlpha | ( | bool | hasAlpha | ) |
| void ph::RegularPictureFormat::setIsGrayscale | ( | bool | isGrayscale | ) |
| void ph::RegularPictureFormat::setIsReversedComponents | ( | bool | isReversedComponents | ) |