class Sort

Wrapper for the color sort script.

Methods

array
execute(Volume $volume, string $color)

Compute a color sort sequence.

Details

at line 26
array execute(Volume $volume, string $color)

Compute a color sort sequence.

Parameters

Volume $volume

Volume to compute the color sort sequence for.

string $color

Color to use for sorting (like BADA55).

Return Value

array

Sorted image IDs.

Exceptions

Exception