// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; /** * Cellular/Worley field output. */ export class SdfCellMode { /** @internal */ static fromValue(value: SdfCellMode | string): SdfCellMode; get value(): string; /** @internal */ get ffiValue(): number; static F1 : SdfCellMode; static F2 : SdfCellMode; static F2MinusF1 : SdfCellMode; static CellValue : SdfCellMode; constructor(value: SdfCellMode | string ); }