HomeSort by relevance Sort by last modified time
    Searched refs:wavelength (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
OutlineZigzagEffect.java 30 float wavelength = 3; field in class:OutlineZigzagEffect
46 values.add(EffectUtil.floatValue("Wavelength", wavelength, 1, 100, "This setting controls the wavelength of the outline. "
57 if (value.getName().equals("Wavelength")) {
58 wavelength = ((Float)value.getObject()).floatValue();
85 next = wavelength / 2;
108 next += wavelength;
  /external/ImageMagick/www/api/
fx.php 744 <p>WaveImage() creates a "ripple" effect in the image by shifting the pixels vertically along a sine wave whose amplitude and wavelength is specified by the given parameters.</p>
magick-image.php     [all...]

Completed in 223 milliseconds