Interface

Imagine\Image\Fill\FillInterface

interface FillInterface

Interface for the fill

Methods

ColorInterface getColor(PointInterface $position)

Gets color of the fill for the given position

Details

at line 29
public ColorInterface getColor(PointInterface $position)

Gets color of the fill for the given position

Parameters

PointInterface $position

Return Value

ColorInterface