Project

General

Profile

« Previous | Next » 

Revision 63fc1eaf

Added by Leszek Koltunski almost 8 years ago

Remove the MACROBLOCK Effect altogether.

View differences:

src/main/java/org/distorted/examples/effects2d/Effects2DActivity.java
80 80
    String[] itemsName = new String[] { getText(R.string.distort   ).toString(),
81 81
                                        getText(R.string.sink      ).toString(),
82 82
                                        getText(R.string.alpha     ).toString(),
83
                                        getText(R.string.brightness).toString(),
83
                                        getText(R.string.saturation).toString(),
84 84
                                        getText(R.string.chroma).toString()};
85 85

  
86 86
    String[] itemsType = new String[] {"VERTEX", "FRAGMENT"};
......
182 182
      case  0: name = EffectNames.DISTORT      ; break;
183 183
      case  1: name = EffectNames.SINK         ; break;
184 184
      case  2: name = EffectNames.SMOOTH_ALPHA ; break;
185
      case  3: name = EffectNames.BRIGHTNESS   ; break;
185
      case  3: name = EffectNames.SATURATION   ; break;
186 186
      case  4: name = EffectNames.SMOOTH_CHROMA; break;
187 187
      default: name = EffectNames.CONTRAST     ;
188 188
      }

Also available in: Unified diff