blends property

List<BlendState?> blends
final

One blend equation per colour attachment, null where blending is off. Shorter than colorFormats when nothing has set a state for the later attachments, which reads as "off" — the same thing a null entry means.

Implementation

final List<BlendState?> blends;