Project

General

Profile

« Previous | Next » 

Revision f211a191

Added by Leszek Koltunski about 5 years ago

Finish the Rubik app.

View differences:

src/main/java/org/distorted/library/effect/PostprocessEffectGlow.java
319 319
 *
320 320
 * @param glowRadius The 'strength' if the effect, in pixels. 0 = no halo, 10 = halo of roughly 10 pixels
321 321
 *                   around the whole object.
322
 * @param color      RGBA of the color with which to draw the glow.
322
 * @param color      RGBA of the color with which to draw the glow; example: (1.0f,0.0f,0.0f,0.5f) - half transparent red.
323 323
 */
324 324
  public PostprocessEffectGlow(Data1D glowRadius, Data4D color)
325 325
    {

Also available in: Unified diff