Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the result of a call to RaphaelStatic.color, i.e. information about the RGB and HSV/L color channels.

Hierarchy

Index

Properties

Properties

b: number

The RGB blue channel

g: number

The RGB green channel

h: number

The HSB or HSL hue channel.

hex: string

Hex string of the color, in the format #XXXXXX.

l: number

The HSL luminosity channel.

r: number

The RGB red channel

s: number

The HSB or HSL saturation channel.

Generated using TypeDoc