IColorFillSettings

All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.fillsettings.IFillSettings

public interface IColorFillSettings extends IFillSettings

Base interface for fill settings

Methods

MethodDescription
getColor()Gets or sets the color.
setColor(Color value)Gets or sets the color.

getColor()

public abstract Color getColor()

Gets or sets the color.

Value: The color.

Returns: Color

setColor(Color value)

public abstract void setColor(Color value)

Gets or sets the color.

Value: The color.

Parameters:

ParameterTypeDescription
valueColor