ghostty_render_state_colors_get function
- GhosttyRenderState state,
- Pointer<
GhosttyRenderStateColors> out_colors
Implementation
GhosttyResult ghostty_render_state_colors_get(
GhosttyRenderState state,
ffi.Pointer<GhosttyRenderStateColors> out_colors,
) => GhosttyResult.fromValue(
_ghostty_render_state_colors_get(state, out_colors),
);