• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

color changing

  1. Armored Dragon

    Incorrect color using make_color_hsv

    Right now, i'm trying to build a game with only a four color palette. Im trying to draw my health bar with this specific color: col01 = make_color_hsv(7,85,81) draw_healthbar(162,79,338,109,25*oPlayer.pHealth,col01,col01,col01,0,false,false) This is how color looks like in Aseprite: This is...
  2. D

    Tint colour of sprite

    I'm looking to slightly tint the colors of a sprite. Meaning that white and black stay the same but other colours change so the overall saturation stays the same, similar to the 'color' blend mode in photoshop. The intention is to change this multiple times, so creating different versions of the...
  3. H

    (SOLVED) Camouflage sprite with tile- Is there a tile color variable?

    Hello! New to programming/gamemaker and I'm using DND. I am trying to match the color of my roof collision sprite to the color of the tile it's on. So no matter which room it spawns in, it is visually invisible. I was thinking to do this by: Create: set sprite color to (tile_color) but...
  4. K

    Shaders Color-remapping Shaders w/ CLUT surfaces

    So, in my game project, I made a shader setup that recolors characters according to a local surface that acts as a color lookup table. When drawn, the shader is called, a stage parameter is set as the texture of the CLUT surface and basically remaps the colors from the top row to the colors in...
  5. G

    Lighting issue

    Hello everybody ! i have a quick question for GML , i've been doing an lighting system and apparently everythingh is the opposite ... like if you put on white the screen goes black if you put orange it goes blue. thing is , i want to do a little torch-like lighting , but i can't get a color to...
  6. M

    GameMaker Import .col Files to customize Code Editor

    Are you able to import .col files to Game Maker Studio 2 in order to be able to customize the code editor? I can see that you're able to change every single color in the preferences but this is really tedious, is there a way to make it faster? Thanks for reading
  7. R

    Windows Changing colors for a character creation screen(HSV) - Keeping the outline untouched[SOLVED]

    I want to change the color of an image with some programmed bars where you can change the HSV. I don't want the outline to be affected. Is there a way where the grey outline can be "untouched" in this process? Somthing like take this image change the HSV but keep this color untouched. I think...
Top