Using styles to change the color scheme of the PictureSlider Component

StyleName Stylevalue Style Description Style Example
buttonsFace Number changes the face of the scroller buttons color pictureSlideInstance.setStyle("buttonsFace",0xDDDDDD)
buttonsHighlight Number changes the highlight portions of the standard scroller buttons pictureSlideInstance.setStyle("buttonsHighlight",0xFFFFFF)
buttonsShadow Number changes the shadow portions of the standard scroller buttons pictureSlideInstance.setStyle("buttonsShadow",0x000000)
buttonsColor Number changes the arrow symbol color of the standard scroller buttons pictureSlideInstance.setStyle("buttonsColor",0x000000)
buttonsRolloverFace Number changes the face of the scroller rollover state of color pictureSlideInstance.setStyle("buttonsRolloverFace",0xDDDDDD)
buttonsRollOverHighlight Number changes the highlight portions of the rollover state of scroller buttons pictureSlideInstance.setStyle("buttonsRollOverHighlight",0xFFFFFF)
buttonsRollOverShadow Number changes the shadow portions of the rollover state of scroller buttons pictureSlideInstance.setStyle("buttonsRollOverShadow",0x000000)
buttonsDisabledFace Number changes the face color of the disabled state of scroller buttons pictureSlideInstance.setStyle("buttonsDisabledFace",0x000000)
buttonsDisabledBorder Number changes the border color of the disabled state of scroller buttons pictureSlideInstance.setStyle("buttonsDisabledBorder",0x000000)
backgroundColor Number/String changes the background color of the whole component, transparent makes the background completely see through pictureSlideInstance.setStyle("backgroundColor",0x000000)
pictureSlideInstance.setStyle("backgroundColor","transparent")
itemAlpha Number sets the alpha of the face inside the item pictureSlideInstance.setStyle("itemAlpha",60)
itemBackgroundColor Number sets the background color of items in standard state pictureSlideInstance.setStyle("itemBackgroundColor",0xFFFFFF)
itemBorder Boolean sets if items have borders or not when not voer or selected pictureSlideInstance.setStyle("itemBorder",true)
itemBorderColor Number sets the border color of items in standard state pictureSlideInstance.setStyle("itemBorderColor",0xAAAAAA)
itemBorderSize Number sets the border size of items in standard state pictureSlideInstance.setStyle("itemBorderSize",1)
itemDimension Number sets the curves around the inside face of the items in standard state pictureSlideInstance.setStyle("itemBorderDimension",4)
itemDownAlpha Number sets the alpha of the face inside the item when clicked pictureSlideInstance.setStyle("itemDownAlpha",60)
itemDownBackgroundColor Number sets the background color of items in down/pressed state pictureSlideInstance.setStyle("itemDownBackgroundColor",0x00FF33)
itemDownBorder Boolean sets if items have borders or not when clickedr pictureSlideInstance.setStyle("itemDownBorder",true)
itemDownBorderColor Number sets the border color of items in down/pressed state pictureSlideInstance.setStyle("itemDownBorderColor",0x00FF33)
itemDownBorderSize Number sets the border size of items in down state pictureSlideInstance.setStyle("itemDownBorderSize",1)
itemDownDimension Number sets the curves around the inside face of the items in down state pictureSlideInstance.setStyle("itemDownBorderDimension",4)
itemOverAlpha Number sets the alpha of the face inside the item when selected or mouse rollovers item pictureSlideInstance.setStyle("itemOverAlpha",60)
itemOverBackgroundColor Number sets the background color of items in rollover/selected state pictureSlideInstance.setStyle("itemOverBackgroundColor",0x00FF33)
itemOverBorder Boolean sets if items have borders or not when selected or mouse rollover pictureSlideInstance.setStyle("itemOverBorder",true)
itemOverBorderColor Number sets the border color of items in rollover/selected state pictureSlideInstance.setStyle("itemOverBorderColor",0x00FF33)
itemOverBorderSize Number sets the border size of items in rollover/selected state pictureSlideInstance.setStyle("itemOverBorderSize",1)
itemOverDimension Number sets the curves around the inside face of the items in rollover/selected state pictureSlideInstance.setStyle("itemOverBorderDimension",4)
itemPictureHeight Number sets the height of the picture inside the PictureSlider items pictureSlideInstance.setStyle("itemPictureHeight",50)
itemPictureWidth Number sets the width of the picture inside the PictureSlider items pictureSlideInstance.setStyle("itemPictureWidth",50)
itemProgressbarColor Number sets the color of the items progress bar that is displayed when pictures are being loaded pictureSlideInstance.setStyle("itemProgressbarColor",0x00FF66)
itemProgressbarBgColor Number sets the background color of the items progress bar that is displayed when pictures are being loaded pictureSlideInstance.setStyle("itemProgressbarBgColor",0xFFFFFF)

See also

PictureSlider.setStyle

PictureSlider.getStyle