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 PaletteCore.currentDVDPaletteCurrent DVD palette (for create mode) - initialized as defaultprivate static PaletteCurrent palette based on the one imported from SUB/IDX or SUP/IFOstatic final PaletteConstants.DEFAULT_DVD_PALETTEprivate static PalettePalette imported from SUB/IDX or SUP/IFOprivate static PaletteCore.trgPalPalette of target captionMethods in bdsup2sub.core that return PaletteModifier and TypeMethodDescriptionstatic PaletteCore.getCurrentDVDPalette()Get current DVD palette.static PaletteCore.getCurSrcDVDPalette()Get modified imported palette if input is DVD format.static PaletteCore.getDefSrcDVDPalette()Get imported palette if input is DVD format.Methods in bdsup2sub.core with parameters of type PaletteModifier and TypeMethodDescriptionstatic voidCore.setCurrentDVDPalette(Palette pal) Set current DVD palette.static voidCore.setCurSrcDVDPalette(Palette pal) Set modified imported palette.private static voidCore.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 PaletteSupBD.palettecolor palette of the last decoded captionMethods in bdsup2sub.supstream.bd that return PaletteModifier and TypeMethodDescriptionprivate PaletteSupBD.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 PaletteSupXml.palettecolor 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 PaletteSubDvd.palettecolor palette created for last decoded captionprivate PaletteSupDvd.palettecolor palette created for last decoded captionprivate PaletteIfoParser.srcPaletteprivate PaletteSubDvd.srcPalettecolor palette read from idx fileprivate PaletteSupDvd.srcPaletteMethods in bdsup2sub.supstream.dvd that return PaletteModifier and TypeMethodDescriptionstatic PaletteSupDvdUtil.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 PaletteSupDvdUtil.decodePalette(SubPictureDVD pic, Palette pal) create fitting four color palette for the given captionvoidDvdSubtitleStream.setSrcPalette(Palette pal) Replace imported 16 color DVD Palette with a new Palette.voidSubDvd.setSrcPalette(Palette pal) voidSupDvd.setSrcPalette(Palette pal) static voidSubDvdWriter.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 PaletteSupHD.palettecolor palette of the last decoded captionMethods in bdsup2sub.supstream.hd that return PaletteModifier and TypeMethodDescriptionprivate PaletteSupHD.decodePalette(SubPictureHD pic) decode palette from the input streamSupHD.getPalette()