pub fn parse_color_transform_with_alpha_bits(
    input: (&[u8], usize)
) -> NomResult<(&[u8], usize), ColorTransformWithAlpha>