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 PxColorProfile to apply.
  • pic — The picture to apply the profile to.

Return Value

This builder, for chaining.

Top