Color Replacer

This forum is currently in read-only mode.
From the Asset Store
HSV RGB Color Picker and Converter for Construct 3
  • Seriously, Is there a way to have some type of color replacer? It would be just for Megaman. It could be useful for anyone who needs multiple colors for 1 sprites. Like a fighthing game. You could do it how MMF2 did it, but better.

    "RGBAt( "SpritePalette", >Enter X coordinate<, >Enter Y coordinate<)"

    This would grab the color on sprites X and Y values. Then it would replace all color that has the same color value as the one located on the X and Y

    So first you'd select the color. A color dialog box would come up.

    Or use the expression editor.

    Replace Color

    "RGBAt( "SpritePaletteTarget", 1, 3)"

    Replace With

    "RGBAt( "SpritePaletteData", 1, 3)"

  • I actually support this. You'll be surprised how much games uses this to recycle the same sprites but just with different colors..

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • A color replacer is easy to write in a pixel shader, but we don't have a colour parameter for shaders yet.

    An expression to get the colour of a pixel on a sprite's texture would probably not be a good idea. That information is stored on the GPU, and events run on the CPU. It would be extremely slow if you requested that information.

  • When you are able to, you can make it a pixel shader?

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)