Imagine API
Interface

Imagine\Image\Fill\FillInterface

interface FillInterface

Interface for the fill

Methods

Color getColor(PointInterface $position)

Gets color of the fill for the given position

Details

at line 29
public Color getColor(PointInterface $position)

Gets color of the fill for the given position

Parameters

PointInterface $position

Return Value

Color