Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "hue-rgba"

Index

Functions

Const hueRgba

  • hueRgba(out: Color | null, hue: number, alpha?: number): Color
  • Converts a normalized hue to RGBA with given optional alpha value (default: 1).

    Parameters

    • out: Color | null

      result

    • hue: number

      normalized hue

    • Default value alpha: number = 1

    Returns Color

Const namedHueRgba

  • namedHueRgba(out: Color | null, hue: Hue, alpha?: number): Vec

Generated using TypeDoc