Give us feedback
color-mixer
Reactive icon

Color Mixer

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 27 Apr (13 days ago) by 
0.0
 (0 ratings)
color-mixer

Color Mixer

Details
Based on a color A and a color B, a new color is generated.
Read more

The color mixer developed in JavaScript is a tool that allows you to combine two hexadecimal colors to generate a third color resulting from mixing the two original colors. The basic operation of the color mixer is as follows:

  • Hexadecimal colors are converted to their RGB (Red, Green, Blue) components.
  • The RGB components of the two original colors are combined to calculate the weighted average for each color channel.
  • The resulting values are then converted back to hexadecimal format to represent the mixed color.


Additionally, the script includes a validation function to ensure that input colors are in the correct hexadecimal format, providing a more reliable user experience. This tool is useful in various situations such as graphic design, web development and other areas where color manipulation is required. 

Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team