Strata - v1.4.10
    Preparing search index...

    Interface ShellPattern

    interface ShellPattern {
        color?: string | Color;
        position?: "belly" | "back" | "top" | "bottom";
        size?: number;
        to?: string | Color;
        type: "spots" | "stripes" | "gradient" | "patches";
    }
    Index

    Properties

    color?: string | Color
    position?: "belly" | "back" | "top" | "bottom"
    size?: number
    to?: string | Color
    type: "spots" | "stripes" | "gradient" | "patches"