Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7032259
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:54:42+00:00 2026-05-28T00:54:42+00:00

I understand the principles behind the split tone effect, and would love to use

  • 0

I understand the principles behind the split tone effect, and would love to use either a color map or tone curves for individual rgb channels. Unfortunately that’s not an option for iOS at the moment, as the SDK does not include those filters.

The only hack I’ve come up with (other than doing a render through opengl) is duplicating an image, adjusting hue in the highlights in one, shadows in the other, and combining them. However, I would prefer a simpler way that does not require a two-chain composite operation.

Is such an effect possible with a chain of any of the currently available core image filters in iOS 5?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T00:54:43+00:00Added an answer on May 28, 2026 at 12:54 am

    I’ve been reading a little about how to do this in Photoshop, and it’s basically increasing the contrast in the red and green channels and decreasing it in the blue channels. (At least for a basic effect – if you really do it with film, you can get some really odd color shifts, too!)

    You can do contrast adjustment using a series of CIColorMatrix nodes. Contrast is basically ((value – 0.5) * contrast) + 0.5. So a color matrix for, say, a contrast of 1.5 in red and green, and 0.66 in blue, would be something like

    | 1 0 0 -0.5 |   | 1.5 0.0 0    0 |   | 1 0 0 0.5 |
    | 0 1 0 -0.5 | + | 0   1.5 0    0 | + | 0 1 0 0.5 |
    | 0 0 1 -0.5 |   | 0   0.0 0.66 0 |   | 0 0 1 0.5 |
    | 0 0 0  1.0 |   | 0   0.0 0.0 1.0|   | 0 0 0 1.0 |
    

    CIColorCube can probably reproduce more complex transformations, but the format of its data is complicated. You need to create a 3D lookup table.

    CIToneCurve could do it if you did 3 separate passes (or maybe only 2 – one for both red and green and the 2nd one for only blue), and then combined the results. You’d set the 2nd point below 0.25 and the 4th point above 0.75 in red and green, and the opposite in blue.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I understand the basic principles of script/style compression. What I would like to know
I understand the principles but i have a hard time seeing where the practical
From what I understand of REST principles, URLs should represent a single resource, like
I understand the principles of Coding to Interfaces - to decouple the implementation from
I have read up on two legged OAuth and understand the principals behind it
But recently I found this link quite helpful to understand the principles of LSA
I understand the principle behind this problem but it's giving me a headache to
I understand the basic principles of inheritance in OOP, but I have a specific
I'm preparing to SCJP and looks like I don't understand class cast principles. class
I'm reading Compilers: Principles, Techniques, and Tools and don't understand this: In addition, if

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.