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 6935195
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:04:14+00:00 2026-05-27T12:04:14+00:00

I was trying to find a functional form for saturation but didn’t find anything.

  • 0

I was trying to find a functional form for saturation but didn’t find anything. It can’t be that hard but all my guesses don’t look quite right (the direction towards desaturation seems easier).

I have the pixel data of the image in RGB format. The final image should also be in RGB format. So, how are these functions defined:

r_n = saturation_r(r,g,b,sat);
g_n = saturation_g(r,g,b,sat);
b_n = saturation_b(r,g,b,sat); 
  • 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-27T12:04:15+00:00Added an answer on May 27, 2026 at 12:04 pm

    Convert the RGB pixel to HLS, scale the S by your sat input, then convert back to RGB. Pseudo-code, assuming all color components are in the range 0.0 to 1.0:

    rgb_to_hls(r, g, b, h, l, s);
    s = s * sat
    hls_to_rgb(h, l, s, r, g, b);
    return r, g, b
    

    If you need RGB/HLS conversion functions, here they are.

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

Sidebar

Related Questions

I trying to find function in PHP that can output the binary data. The
Been googling around but I can't find any help on this. I am trying
Afternoon all, Im trying to find all xml tags that contain a particular word
I'm trying to find the value of the submit button that triggered the form
I'm trying to use the Tenjin module but it fails because it can't find
I am trying to find template functions that do: template <typename T> T add(T
I'm trying to find/write a function that would perform the same operation as imlincomb
I'm trying to find a Delphi function that will split an input string into
I am trying to find a round function in the standard library but I
I am trying to find out where a callback function came from, but e.parameter.source

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.