getChannelNormalized abstract method

num getChannelNormalized(
  1. Channel channel
)

Get the normalized [0, 1] value of a channel from the color. If the channel isn't available, 0 will be returned.

Implementation

num getChannelNormalized(Channel channel);