Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (289)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  painting tutorial  (Read 1060 times)
0 Members and 1 Guest are viewing this topic.
Offline tarlek

Junior Member


Medals: 2
Projects: 1



« Posted 2012-09-02 03:37:53 »

This is a method of painting computer graphics that I use. The goal is to show how to get reasonably good results without spending too much time. (The example is a title screen background for a centipede-style game I'm working on.)

It's a good idea to save each step, or major change to a separate file so you can go back if you mess up. As you go through this process, keep this rule in mind:

Darker areas are more transparent, highlights are more opaque.

Color Palette
First is the color palette. You don't need a big palette with a lot of colors. I use this 3-level RGB palette because it contains the colors I need:


Use a "Normal" blending mode for all but the final step.

Step 1
Paint the background with light brown. Using dark red, outline your shapes, and perhaps block out really dark areas. The purpose of these colors is to tie the colors of all objects together so they appear to exist in the same environment together.


Step 2
Color in the shadows using the dark red. Add highlights back in with the light brown if you need to.


Step 3
Deepen the shadows with black. (This picture should have more shading but you get the idea.)


Step 4
Start adding gray using a soft brush. Try to make the highlights almost opaque grey, while letting the dark areas show through more. The purpose of the gray is to simulate an indirect, cold light source.


Step 5
Now add white to the highlights to make them brighter.


Step 6
Now color can be added. The dark blue is used for shading, and warmer colors in the highlights.


Step 7
At this point, concentrate on adding small details to the brightest highlights. Use an "Addition" blending mode as is will preserve the color intensity better.

Offline ra4king

JGO Kernel


Medals: 264
Projects: 2


I'm the King!


« Reply #1 - Posted 2012-09-02 07:09:57 »

This sub-forum is meant for the actual tutorial itself, not just for linking. Either a mod should move this or paste the tutorials here too Smiley

Offline tarlek

Junior Member


Medals: 2
Projects: 1



« Reply #2 - Posted 2012-09-02 15:28:27 »

My bad.
Games published by our own members! Check 'em out!
Try the Free Demo of Titan Attacks
Online Jimmt
« Reply #3 - Posted 2012-09-02 17:39:12 »

I do not know how you got from step 1 to step 2 Tongue
guess I'm just a terrible artist
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Try the Free Demo of Revenge of the Titans

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (60 views)
2013-05-17 21:29:12

alaslipknot (69 views)
2013-05-16 21:24:48

gouessej (99 views)
2013-05-16 00:53:38

gouessej (98 views)
2013-05-16 00:17:58

theagentd (107 views)
2013-05-15 15:01:13

theagentd (98 views)
2013-05-15 15:00:54

StreetDoggy (144 views)
2013-05-14 15:56:26

kutucuk (167 views)
2013-05-12 17:10:36

kutucuk (166 views)
2013-05-12 15:36:09

UnluckyDevil (175 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.09 seconds with 20 queries.