Uses of Record Class
club.doki7.sdl3.datatype.SDL_Palette.Ptr
Packages that use SDL_Palette.Ptr
-
Uses of SDL_Palette.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_Palette.PtrModifier and TypeMethodDescriptionstatic SDL_Palette.Ptr
@NotNull SDL_Palette.Ptr
SDL_Palette.Ptr.offset
(long offset) @NotNull SDL_Palette.Ptr
SDL_Palette.Ptr.reinterpret
(long newSize) Assume theSDL_Palette.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_Palette.Ptr
that uses the same backing storage as thisSDL_Palette.Ptr
, but with the new size.SDL_Palette.Ptr.slice
(long end) @NotNull SDL_Palette.Ptr
SDL_Palette.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).