ghostty_render_state_colors_get function

GhosttyResult ghostty_render_state_colors_get(
  1. GhosttyRenderState state,
  2. 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),
);