Robocode Tank Royale Bot API
    Preparing search index...

    Variable ColorUtilConst

    ColorUtil: {
        fromHex(hexTriplet: string): Color;
        fromHexColor(str: string | null): Color | null;
        toHex(color: Color | null): string | null;
    } = ...

    Type Declaration