Tonemap
Base class for tonemapping algorithms - tools that are used to map HDR image to 8-bit range.
Member of Photo
-
Declaration
Objective-C
- (float)getGamma NS_SWIFT_NAME(getGamma());
Swift
func getGamma() -> Float
-
Declaration
Objective-C
- (void)setGamma:(float)gamma NS_SWIFT_NAME(setGamma(gamma:));
Swift
func setGamma(gamma: Float)