A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
r — Property in class de.popforge.imageprocessing.geom.Color
The red value of the color from 0 to 255.
RadialBlur — Final class in package de.popforge.imageprocessing.filters.distortion
The RadialBlur class is a filter that applies a blur on a radial displacement.
RadialBlur(distanceRadians, centerX, centerY, quality) — Constructor in class de.popforge.imageprocessing.filters.distortion.RadialBlur
Creates a new RadialBlur object.
randomSeed — Property in class de.popforge.imageprocessing.filters.noise.PerlinNoise
The random seed number to use.
rect — Property in interface de.popforge.imageprocessing.core.IImage
The rectangle that defines the size of the image.
rect — Property in class de.popforge.imageprocessing.core.Image
The rectangle that defines the size of the image.
rect — Property in class de.popforge.imageprocessing.core.LayerManager
The rectangle that defines the size of the image.
RED — Constant static property in class de.popforge.imageprocessing.core.ImageChannel
The red channel.
RedEyeRemoval — Final class in package de.popforge.imageprocessing.filters.color
The RedEyeRemoval class is a filter that removes the red-eye effect from taken fotos.
RedEyeRemoval(tolerance, newSaturation) — Constructor in class de.popforge.imageprocessing.filters.color.RedEyeRemoval
Creates a new RedEyeRemoval object.
removeFilter(id) — Method in class de.popforge.imageprocessing.filters.FilterQueue
Removes a filter from the queue.
removePoint(point) — Method in class de.popforge.imageprocessing.geom.Curve
Removes a point from the curve.
render(target) — Method in interface de.popforge.imageprocessing.core.IImage
Renders the image merged on a given BitmapData object.
render(target) — Method in class de.popforge.imageprocessing.core.Image
Renders the image merged on a given BitmapData object.
render(target) — Method in class de.popforge.imageprocessing.core.LayerManager
Renders the image merged on a given BitmapData object.
require(image:de.popforge.imageprocessing.core:Image, format) — Static method in class de.popforge.imageprocessing.utils.FormatTest
Checks if the given Image object belongs to the required format.
RGB — Constant static property in class de.popforge.imageprocessing.core.ImageFormat
The RGB format (three channels).
RGB — Constant static property in class de.popforge.imageprocessing.formats.PNG
Constant for RGB encoding.
RGBA — Constant static property in class de.popforge.imageprocessing.core.ImageFormat
The RGBA format (four channels).
RGBA — Constant static property in class de.popforge.imageprocessing.formats.PNG
Constant for RGBA encoding.
Ripple — Final class in package de.popforge.imageprocessing.filters.distortion
The Ripple class is a filter that displaces an image using a ripple map.
Ripple(amplitudeX, amplitudeY, frequencyX, frequencyY, wrap, interpolation) — Constructor in class de.popforge.imageprocessing.filters.distortion.Ripple
Creates a new Ripple object.
RippleMap — Final class in package de.popforge.imageprocessing.geom.maps
The RippleMap class is a displacement map that uses sine waves to displace given points.
RippleMap(amplitudeX, amplitudeY, frequencyX, frequencyY) — Constructor in class de.popforge.imageprocessing.geom.maps.RippleMap
Creates a new RippleMap object.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z