RiConvertImage[ Image | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| RiConvertImage(); | |
| void | SetY(RiReal newY); |
| void | SetWhitePoint(RiReal x, RiReal y); |
| void | SetRedPoint(RiReal x, RiReal y); |
| void | SetGreenPoint(RiReal x, RiReal y); |
| void | SetBluePoint(RiReal x, RiReal y); |
| void | SetGamma(RiReal gamma); |
| void | WriteScreenFile(RiImage &img, const char *fname) const; |
| bool | ReadScreenFile(RiImage &img, const char *fname) const; |
| void | WriteScreenData(RiImage &img, unsigned char *data); |
| protected: |
RiConvertImage();
Default constructor. sets the monitor coordinates to something reasonable and the gamma to 1.4 (enough to finish the SGI default correction
RiConvertImage();
void SetY(RiReal newY);
void SetWhitePoint(RiReal x, RiReal y);
void SetRedPoint(RiReal x, RiReal y);
void SetGreenPoint(RiReal x, RiReal y);
void SetBluePoint(RiReal x, RiReal y);
void SetGamma(RiReal gamma);
void WriteScreenFile(RiImage &img, const char *fname) const;
bool ReadScreenFile(RiImage &img, const char *fname) const;
void WriteScreenData(RiImage &img, unsigned char *data);
| public: | ||
|---|---|---|
| void | SetY(RiReal newY); | |
| void | SetWhitePoint(RiReal x, RiReal y); | |
| void | SetRedPoint(RiReal x, RiReal y); | |
| void | SetGreenPoint(RiReal x, RiReal y); | |
| void | SetBluePoint(RiReal x, RiReal y); | |
| void | SetGamma(RiReal gamma); | |
| void | WriteScreenFile(RiImage &img, const char *fname) const; | |
| bool | ReadScreenFile(RiImage &img, const char *fname) const; | |
| void | WriteScreenData(RiImage &img, unsigned char *data); | |
| protected: | ||