|
ObjFW
|
#import "OFObject.h"Go to the source code of this file.
Classes | |
| class | OFColorSpace |
| A class representing a color space. More... | |
Typedefs | |
| typedef void(* | OFColorSpaceTransferFunction) (OFVector4D *vectors, size_t count) |
| A transfer function for a color space. More... | |
| typedef void(* OFColorSpaceTransferFunction) (OFVector4D *vectors, size_t count) |
A transfer function for a color space.
The function transforms an array of vectors in-place. The w component of the vectors should not be touched.
The same type is used for both the EOTF and the OETF.
| vectors | The vectors to transform in-place |
| count | The number of vectors to transform |