react-native-mask-segment-c.../dist/utils/pickMapTexture.d.ts
a1518 56738b1f06 feat: add MaskSegmentApp source code and config
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 00:23:52 -07:00

4 lines
294 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { type SkImage } from '@shopify/react-native-skia';
/** pickMap 像素值 regionId+1 → RGBA 纹理R 通道存查表码) */
export declare function pickBufferToSkImage(pickBuffer: Uint8Array, cols: number, rows: number): SkImage | null;
//# sourceMappingURL=pickMapTexture.d.ts.map