Skip to content

ManlyMarco/Illusion_BetterColorPicker

Repository files navigation

Better Color Picker for Koikatsu!

Plugin for some games by Illusion that adds ability to pick color from anywhere on desktop in character maker and studio. The selected color is adjusted to look correct under the game's saturation filter. This allows you to quickly and accurately transfer colors from reference image to your character.

preview

preview animation

How to use

  1. Get latest version of BepInEx 5.x and ModdingAPI if you don't have them already.
  2. Download the latest release and extract dll files to your BepInEx\plugins directory.
  3. Start the main game and open character maker or start studio.
  4. Edit any color to make color picker appear, then enter the "Sliders" tab and click on the "Pick color from desktop" button.
  5. Hover your mouse over the color you want to use and press any button to finish picking. Pressing shift is recommended.

Note: If the game window loses focus the capture stops. You can't Alt-Tab to a different window. Open the reference image next to the game instead. If you are running the game in full screen and have only 1 display, use the ImageLoader plugin to view a reference image inside character maker to pick the colors.

Note 2: If you are not using the saturation filter or just don't want to use the color adjustment function, go to plugin settings and disable the "Adjust color to saturation filter" setting.

Inspired by the Color Picker plugin. Uses code from the ColorAdjuster plugin.