Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MaterialAlphaMode

The alpha rendering mode of the material

Index

Enumeration members

Enumeration members

BLEND

BLEND: = "BLEND"

The alpha value is used to composite the source and destination areas. The rendered output is combined with the background using the normal painting operation (i.e. the Porter and Duff over operator)

MASK

MASK: = "MASK"

The rendered output is either fully opaque or fully transparent depending on the alpha value and the specified alpha cutoff value

OPAQUE

OPAQUE: = "OPAQUE"

The alpha value is ignored and the rendered output is fully opaque

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method