// So given the information you have supplied and the stackoverflow answer (which has one too many rows in the code) you would use
// the identity matrix and change 4, 9, 14 in the android matrix. In our matrix you would use identity again but change M51, M52, M53.
// We use column major layout as that matches the system drawing matrix.
//
// See https://en.wikipedia.org/wiki/HSL_and_HSV#Lightness and https://stackoverflow.com/questions/9175088/adjusting-lightness-using-colormatrix#answer-27179516