You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check: refactor(vobsub): Use Luma<u8> from image for palette.
- add type PaletteLuma = [Luma<u8>; 16]
- add fn palette_rgb_to_luminance(palette: &Palette) -> PaletteLuma for convertion