Function convertRgbToLedColor

  • Converts a 24-bit RGB color value to a format used by LED controllers.

    This function takes an RGB color value (represented as a single 24-bit number) and rearranges the color channels to match a typical LED color format, which may require swapping the red and green channels.

    Returns

    A new integer representing the color in the LED format (0xGRB).

    Parameters

    • value: number

      A 24-bit integer representing the RGB color value (0xRRGGBB).

    Returns number

Generated using TypeDoc