Klasse Palette.PaletteEntry

java.lang.Object
libsidplay.components.mos656x.Palette.PaletteEntry
Umschließende Klasse:
Palette

protected static class Palette.PaletteEntry extends Object
Simulate VIC chip colors and some common distortions to the colors.
Autor:
Antti Lankila
  • Felddetails

    • luminance

      private final float luminance
    • angle

      private final float angle
    • direction

      private final int direction
    • name

      private final String name
  • Konstruktordetails

    • PaletteEntry

      protected PaletteEntry(float luminance, float angle, int direction, String name)
  • Methodendetails

    • toYUV

      protected Palette.YUVEntry toYUV(float saturation, float phase, float baseTint)
    • getName

      protected String getName()