getColor method
Implementation
LaunchpadColor getColor(int x, int y) {
final midiAddress = _pointToMidiAddress(x, y);
return this._colorValues[midiAddress] ?? LaunchpadColor.OFF;
}
LaunchpadColor getColor(int x, int y) {
final midiAddress = _pointToMidiAddress(x, y);
return this._colorValues[midiAddress] ?? LaunchpadColor.OFF;
}