FileDocCategorySizeDatePackage
ColorControl.javaAPI DocJMF 2.1.1e954Mon May 12 12:20:56 BST 2003com.sun.media.controls

ColorControl

public interface ColorControl implements GroupControl
A group of controls that modify the color of the video output from this player.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.media.controls.NumericControlgetBrightness()
Returns a brightness control object for the video output.

public com.sun.media.controls.NumericControlgetContrast()
Returns a contrast control object for the video output.

public com.sun.media.controls.BooleanControlgetGrayscale()
Returns a grayscale control object for the video output. Grayscale output can be turned on or off.

public com.sun.media.controls.NumericControlgetHue()
Returns a hue control object for the video output.

public com.sun.media.controls.NumericControlgetSaturation()
Returns a color saturation control object for the video output.