withOpacity abstract method

ColorModel withOpacity(
  1. double opacity
)

Returns this ColorModel with the provided opacity value.

opacity is the equivalent of alpha normalized to a 0 to 1 value.

Implementation

ColorModel withOpacity(double opacity);