Project

General

Profile

« Previous | Next » 

Revision 57dc1301

Added by Leszek Koltunski almost 8 years ago

Implement SAVE_PNG

View differences:

src/main/java/org/distorted/library/EffectMessage.java
28 28
 * If then the end effect is equal to the effect's zero point, then immediately after this message you 
29 29
 * will also get a EFFECT_REMOVED message.
30 30
 */
31
  EFFECT_FINISHED;
31
  EFFECT_FINISHED,
32

  
33
  /**
34
 * The effect has failed to properly execute.
35
 * <p>
36
 * Currently only OTHER effects (saving to PNG file and to a MP4 movie) can fail.
37
 */
38
  EFFECT_FAILED;
32 39
  }
33 40

  
34 41
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff