1.0.8 • Published 5 years ago

roku-imgix v1.0.8

Weekly downloads
18
License
ISC
Repository
-
Last release
5 years ago

Roku Imgix (BETA)

Roku-Imgix component is to enable quick access to modify Imigx images via component properties

Example

<rokuimgix_Imgix uri="" width="100" height="50" />

You can also:

  • Get color palette information by observing the "colorPalette" field and setting the "fetchColorPalette" attribute to true.

m.top.findNode("poster").observeField("colorPalette", "onColorPaletteFetched")

sub onColorPaletteFetched(event as Object)
  palette = event.getData()
  muted = palette.dominant_colors["muted"]
  vibrant = palette.dominant_colors["vibrant"]
  ? muted, vibrant
 end sub
<rokuimgix_Imgix id="poster" uri="" width="100" height="50" fetchColorPalette="true" />
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago