getImagePathColored method

String getImagePathColored()
override

Must return colored image based on the ImageType.

Implementation

String getImagePathColored() {
  return "images/background/${_imagePrefix[type]}/c_${_currentRandom.toString()}.jpg";
}