You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the book, I've got an example where a gradient_sized() is replacing an ncplane_set_base(). Despite having CELL_ALPHA_BLEND, we're opaque, because gradient operations aren't preserving the alpha as promised.
The text was updated successfully, but these errors were encountered:
Gradients can't use palette-indexed color, so don't allow it
in either the foreground or background of any channels. All
channels must have the same alpha setting, which will be matched
in the gradient. #389
In the book, I've got an example where a
gradient_sized()
is replacing anncplane_set_base()
. Despite havingCELL_ALPHA_BLEND
, we're opaque, because gradient operations aren't preserving the alpha as promised.The text was updated successfully, but these errors were encountered: