1.0.8 • Published 3 years ago

roku-imgix v1.0.8

Weekly downloads
18
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago