Uses of Record Class
club.doki7.sdl3.datatype.SDL_Palette
Packages that use SDL_Palette
-
Uses of SDL_Palette in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_PaletteModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_PaletteModifier and TypeMethodDescriptionstatic SDL_Palette
@NotNull SDL_Palette
SDL_Palette.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_Palette
SDL_Palette.clone
(Arena arena, SDL_Palette src) SDL_Palette.colors
(@Nullable ISDL_Color value) SDL_Palette.ncolors
(int value) SDL_Palette.refcount
(int value) SDL_Palette.Ptr.toArray()
SDL_Palette.version
(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_PaletteMethods in club.doki7.sdl3.datatype with parameters of type SDL_PaletteModifier and TypeMethodDescriptionstatic SDL_Palette
SDL_Palette.clone
(Arena arena, SDL_Palette src) void
SDL_Palette.Ptr.write
(long index, @NotNull SDL_Palette value)