Uses of Class
adams.data.image.YIQChannel
-
Packages that use YIQChannel Package Description adams.data.image adams.data.image.transformer -
-
Uses of YIQChannel in adams.data.image
Methods in adams.data.image that return YIQChannel Modifier and Type Method Description static YIQChannel
YIQChannel. valueOf(String name)
Returns the enum constant of this type with the specified name.static YIQChannel[]
YIQChannel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of YIQChannel in adams.data.image.transformer
Fields in adams.data.image.transformer declared as YIQChannel Modifier and Type Field Description protected YIQChannel[]
SplitChannelsYIQ. m_Channels
the channels to extract.Methods in adams.data.image.transformer that return YIQChannel Modifier and Type Method Description YIQChannel[]
SplitChannelsYIQ. getChannels()
Returns the channels.Methods in adams.data.image.transformer with parameters of type YIQChannel Modifier and Type Method Description void
SplitChannelsYIQ. setChannels(YIQChannel[] value)
Sets the channels.
-