useColorProfile:forPic: Instance Method
- (PxRefineFeatures *) useColorProfile:(PxColorProfile) color_profile forPic:(PxPicture *) pic;
References: PxRefineFeatures, PxColorProfile, PxPicture
Applies the given colour profile.
Parameters
- color_profile — The
PxColorProfileto apply. - pic — The picture to apply the profile to.
Return Value
This builder, for chaining.