c

sdl2.Extras

SDL_PixelFormatOps

implicit final class SDL_PixelFormatOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SDL_PixelFormatOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SDL_PixelFormatOps(self: Ptr[SDL_PixelFormat])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def Aloss: UByte
  5. def Amask: UInt
  6. def Ashift: UByte
  7. def BitsPerPixel: UByte
  8. def Bloss: UByte
  9. def Bmask: UInt
  10. def Bshift: UByte
  11. def BytesPerPixel: UByte
  12. def Gloss: UByte
  13. def Gmask: UInt
  14. def Gshift: UByte
  15. def Rloss: UByte
  16. def Rmask: UInt
  17. def Rshift: UByte
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def format: UInt
  20. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def next: Ptr[SDL_PixelFormat]
  23. def padding: CArray[UByte, _2]
  24. def palette: Ptr[SDL_Palette]
  25. def refcount: CInt
  26. val self: Ptr[SDL_PixelFormat]
  27. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped