openpencil/packages/docs/programmable/sdk/api/advanced/use-fill-picker.md
Danila Poyarkov 422f83331f feat(vue): promote color and fill primitives
- Add accessible OkHCL channel sliders and use Reka ColorSlider for standard color channels

- Split fill state and binding-aware swatches from application popover composition

- Add keyboard-operable gradient stops, shared demos, generated docs, and focused coverage
2026-07-13 23:41:04 +03:00

599 B

title description
useFillPicker Low-level fill-category and conversion helper.

useFillPicker

::: warning Deprecated Use useFill() or the FillRoot primitive. useFillPicker() remains as a migration wrapper until the picker cleanup slice. :::

useFillPicker(fill, onUpdate) returns legacy fill category state plus conversion helpers for switching between solid, gradient, and image fills.