getImagePathColored method
Must return colored image based on the ImageType.
Implementation
String getImagePathColored() {
return "images/background/${_imagePrefix[type]}/c_${_currentRandom.toString()}.jpg";
}
Must return colored image based on the ImageType.
String getImagePathColored() {
return "images/background/${_imagePrefix[type]}/c_${_currentRandom.toString()}.jpg";
}