MaskColor class

This encapsulates a masking color that's used by AgentryImage.

Syntax

public class MaskColor

Members

All members of MaskColor, including inherited members.

Constructors
Modifier and Type Constructor Description
public MaskColor(short, short, short) Constructs a new MaskColor object.
public MaskColor(int, int, int) Constructs a new MaskColor object.
Methods
Modifier and Type Method Description
public short getBlue() Returns the blue component of the color.
public short getGreen() Returns the green component of the color.
public short getRed() Returns the red component of the color.
public boolean isValid() Evaluates the mask color and returns if it is valid.