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