Interface FlashFill

This object contains all the properties of the Fill color setting of the Tools panel or of a selected shape. To retrieve a Fill object, use document.getCustomFill().

Index

Properties

Properties

public bitmapIsClipped: boolean

public bitmapPath: string

public color: any

Property; the color of the fill, in one of the following formats:

  • A string in the format "#RRGGBB" or "#RRGGBBAA"
  • A hexadecimal number in the format 0xRRGGBB
  • An integer that represents the decimal equivalent of a hexadecimal number

public colorArray: Array<any>

Property; an array of colors in the gradient, expressed as integers. This property is available only if the value of the fill.style property is either "radialGradient" or "linearGradient". See fill.style

public focalPoint: number

public linearRGB: boolean

public matrix: FlashMatrix

public overflow: string

public posArray: Array<number>

public style: string