PixelFormat

bearlyb.pixels.PixelFormat$package.PixelFormat
object PixelFormat

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

Android video texture format

Android video texture format

Attributes

Planar mode: Y + U + V (3 planes)

Planar mode: Y + U + V (3 planes)

Attributes

Motion JPEG

Motion JPEG

Attributes

Planar mode: Y + U/V interleaved (2 planes)

Planar mode: Y + U/V interleaved (2 planes)

Attributes

Planar mode: Y + V/U interleaved (2 planes)

Planar mode: Y + V/U interleaved (2 planes)

Attributes

Planar mode: Y + U/V interleaved (2 planes)

Planar mode: Y + U/V interleaved (2 planes)

Attributes

Packed mode: U0+Y0+V0+Y1 (1 plane)

Packed mode: U0+Y0+V0+Y1 (1 plane)

Attributes

Packed mode: Y0+U0+Y1+V0 (1 plane)

Packed mode: Y0+U0+Y1+V0 (1 plane)

Attributes

Planar mode: Y + V + U (3 planes)

Planar mode: Y + V + U (3 planes)

Attributes

Packed mode: Y0+V0+Y1+U0 (1 plane)

Packed mode: Y0+V0+Y1+U0 (1 plane)

Attributes

Extensions

Extensions

extension (p: PixelFormat)
def mapColor(c: Color, palette: Palette | Null): RawColor