Uses of Class
bdsup2sub.bitmap.Palette
Packages that use Palette
Package
Description
-
Uses of Palette in bdsup2sub.bitmap
Fields in bdsup2sub.bitmap declared as PaletteMethods in bdsup2sub.bitmap with parameters of type PaletteModifier and TypeMethodDescriptionint[]
Bitmap.scaleBilinear
(int sizeX, int sizeY, Palette pal) Scales a palettized Bitmap to a Bitmap with the same palette using bilinear filtering.Bitmap.scaleBilinear
(int sizeX, int sizeY, Palette pal, boolean dither) Scales a palettized Bitmap to a Bitmap with a new quantized Palette using bilinear filtering.Bitmap.scaleBilinearLm
(int sizeX, int sizeY, Palette pal, int alphaThr, int[] lumThr) Scales a palettized Bitmap (where each palette entry has individual alpha) using bilinear filtering to a Bitmap with N color palette, where: index0 = transparent, index1 = light color, ...Bitmap.scaleFilter
(int sizeX, int sizeY, Palette pal, com.mortennobel.imagescaling.ResampleFilter f) Scales a palettized Bitmap to a Bitmap with the same Palette using a given scaling filter.Bitmap.scaleFilter
(int sizeX, int sizeY, Palette pal, com.mortennobel.imagescaling.ResampleFilter f, boolean dither) Scales a palettized Bitmap to a Bitmap with a new quantized Palette using a given scaling filter.Bitmap.scaleFilterLm
(int sizeX, int sizeY, Palette pal, int alphaThr, int[] lumThr, com.mortennobel.imagescaling.ResampleFilter f) Scales a palettized Bitmap (where each palette entry has individual alpha) using a given scaling filter to a Bitmap with N color palette, where: index0 = transparent, index1 = light color, ...int[]
Constructors in bdsup2sub.bitmap with parameters of type Palette -
Uses of Palette in bdsup2sub.core
Fields in bdsup2sub.core declared as PaletteModifier and TypeFieldDescriptionprivate static Palette
Core.currentDVDPalette
Current DVD palette (for create mode) - initialized as defaultprivate static Palette
Current palette based on the one imported from SUB/IDX or SUP/IFOstatic final Palette
Constants.DEFAULT_DVD_PALETTE
private static Palette
Palette imported from SUB/IDX or SUP/IFOprivate static Palette
Core.trgPal
Palette of target captionMethods in bdsup2sub.core that return PaletteModifier and TypeMethodDescriptionstatic Palette
Core.getCurrentDVDPalette()
Get current DVD palette.static Palette
Core.getCurSrcDVDPalette()
Get modified imported palette if input is DVD format.static Palette
Core.getDefSrcDVDPalette()
Get imported palette if input is DVD format.Methods in bdsup2sub.core with parameters of type PaletteModifier and TypeMethodDescriptionstatic void
Core.setCurrentDVDPalette
(Palette pal) Set current DVD palette.static void
Core.setCurSrcDVDPalette
(Palette pal) Set modified imported palette.private static void
Core.writePGCEditPal
(String fname, Palette p) Create PGCEdit palette file from given Palette. -
Uses of Palette in bdsup2sub.supstream
Methods in bdsup2sub.supstream that return PaletteModifier and TypeMethodDescriptionSubtitleStream.getPalette()
Return the Palette of the current (last decoded) frame. -
Uses of Palette in bdsup2sub.supstream.bd
Fields in bdsup2sub.supstream.bd declared as PaletteModifier and TypeFieldDescriptionprivate Palette
SupBD.palette
color palette of the last decoded captionMethods in bdsup2sub.supstream.bd that return PaletteModifier and TypeMethodDescriptionprivate Palette
SupBD.decodePalette
(SubPictureBD pic) decode palette from the input streamSupBD.getPalette()
Methods in bdsup2sub.supstream.bd with parameters of type PaletteModifier and TypeMethodDescriptionstatic byte[]
SupBDWriter.createSupFrame
(SubPicture pic, Bitmap bm, Palette pal) Create the binary stream representation of one caption -
Uses of Palette in bdsup2sub.supstream.bdnxml
Fields in bdsup2sub.supstream.bdnxml declared as PaletteModifier and TypeFieldDescriptionprivate Palette
SupXml.palette
color palette of the last decoded captionMethods in bdsup2sub.supstream.bdnxml that return Palette -
Uses of Palette in bdsup2sub.supstream.dvd
Fields in bdsup2sub.supstream.dvd declared as PaletteModifier and TypeFieldDescriptionprivate Palette
SubDvd.palette
color palette created for last decoded captionprivate Palette
SupDvd.palette
color palette created for last decoded captionprivate Palette
IfoParser.srcPalette
private Palette
SubDvd.srcPalette
color palette read from idx fileprivate Palette
SupDvd.srcPalette
Methods in bdsup2sub.supstream.dvd that return PaletteModifier and TypeMethodDescriptionstatic Palette
SupDvdUtil.decodePalette
(SubPictureDVD pic, Palette pal) create fitting four color palette for the given captionSubDvd.getPalette()
SupDvd.getPalette()
DvdSubtitleStream.getSrcPalette()
Get imported 16 color DVD Palette.IfoParser.getSrcPalette()
SubDvd.getSrcPalette()
SupDvd.getSrcPalette()
Methods in bdsup2sub.supstream.dvd with parameters of type PaletteModifier and TypeMethodDescriptionstatic Palette
SupDvdUtil.decodePalette
(SubPictureDVD pic, Palette pal) create fitting four color palette for the given captionvoid
DvdSubtitleStream.setSrcPalette
(Palette pal) Replace imported 16 color DVD Palette with a new Palette.void
SubDvd.setSrcPalette
(Palette pal) void
SupDvd.setSrcPalette
(Palette pal) static void
SubDvdWriter.writeIdx
(String fname, SubPicture pic, int[] offsets, int[] timestamps, Palette palette) Create VobSub IDX filestatic void
-
Uses of Palette in bdsup2sub.supstream.hd
Fields in bdsup2sub.supstream.hd declared as PaletteModifier and TypeFieldDescriptionprivate Palette
SupHD.palette
color palette of the last decoded captionMethods in bdsup2sub.supstream.hd that return PaletteModifier and TypeMethodDescriptionprivate Palette
SupHD.decodePalette
(SubPictureHD pic) decode palette from the input streamSupHD.getPalette()