extractScaledFFDefault

fun Int.extractScaledFFDefault(offset: Int, count: Int, default: Int): Int

Extracts count at offset from this and convert the possible values into the range 0x00..0xFF (if there are 0 bits, returns default)