The RpgLogs Scripting API
    Preparing search index...

    Type Alias Styles

    type Styles = {
        getColorForAbilityType(type: number): string;
        getColorForActorType(type: string): string;
    }
    Index

    Methods

    • Get the CSS color for a given ability type.

      Parameters

      • type: number

        The ability type whose color should be retrieved

      Returns string

      The color to use for the type in charts and tables.

    • Get the CSS color for a given actor subtype.

      Parameters

      • type: string

        The actor subtype whose color should be retrieved

      Returns string

      The color to use for the subtype in charts and tables.