MCPcopy Create free account

hub / github.com/ComposioHQ/awesome-codex-skills / functions

Functions218 in github.com/ComposioHQ/awesome-codex-skills

Functionease_in_out_elastic
Elastic ease-in-out.
slack-gif-creator/core/easing.py:92
Functionease_in_out_quad
Quadratic ease-in-out (slow start and end).
slack-gif-creator/core/easing.py:27
Functionease_in_quad
Quadratic ease-in (slow start, accelerating).
slack-gif-creator/core/easing.py:17
Functionease_out_cubic
Cubic ease-out (fast start).
slack-gif-creator/core/easing.py:39
Functionease_out_elastic
Elastic ease-out (spring effect).
slack-gif-creator/core/easing.py:85
Methodemit_confetti
Emit confetti particles (colorful, falling). Args: x, y: Emission position count: Number of confetti pieces
slack-gif-creator/core/visual_effects.py:143
Methodemit_sparkles
Emit sparkle particles (twinkling stars). Args: x, y: Emission position count: Number of sparkles
slack-gif-creator/core/visual_effects.py:171
Functionget_complementary_color
Get the complementary (opposite) color on the color wheel. Args: color: RGB color tuple Returns: Complementary RGB colo
slack-gif-creator/core/color_palettes.py:141
Functionget_emoji_palette
Get a limited color palette optimized for emoji GIFs (<64KB). Args: name: Palette name (simple, vibrant_emoji) Returns:
slack-gif-creator/core/color_palettes.py:292
Functionget_impact_color
Get a color for impact/emphasis effects. Args: effect_type: Type of effect (flash, explosion, electricity, etc.) Returns:
slack-gif-creator/core/color_palettes.py:256
Functionget_optimal_font_size
Find the largest font size that fits within given dimensions. Args: text: Text to size max_width: Maximum width in pixels
slack-gif-creator/core/typography.py:316
Methodget_particle_count
Get number of active particles.
slack-gif-creator/core/visual_effects.py:208
Functionget_text_color_for_background
Get the best text color (black or white) for a given background. Uses luminance calculation to ensure readability. Args: bg_col
slack-gif-creator/core/color_palettes.py:121
Functionhandle_console_message
(msg)
webapp-testing/examples/console_logging.py:14
Functionis_slack_ready
Quick check if GIF is ready for Slack. Args: gif_path: Path to GIF file is_emoji: True for emoji GIF, False for message GIF
slack-gif-creator/core/validators.py:241
Functionlighten_color
Lighten a color by a given amount. Args: color: RGB color tuple amount: Amount to lighten (0.0-1.0) Returns: Li
slack-gif-creator/core/color_palettes.py:163
Functionlinear
Linear interpolation (no easing).
slack-gif-creator/core/easing.py:12
Functionscale_font_for_frame
Scale font size proportionally to frame dimensions. Useful for maintaining relative text size across different GIF dimensions. Args:
slack-gif-creator/core/typography.py:339
← previous201–218 of 218, ranked by callers