Class SolidColor
Represents an operator that generates a sequence with a single image where all pixels are set to the same color value.
public class SolidColor : Source<IplImage>
- Inheritance
-
SolidColor
- Inherited Members
Properties
- Channels
Gets or sets the number of channels in the output image.
- Color
Gets or sets the color value to which all pixels in the output image will be set to.
- Depth
Gets or sets the target bit depth of individual image pixels.
- Size
Gets or sets the size of the output image.
Methods
- Generate()
Generates an observable sequence with a single image where all pixels are set to the same color value.
- Generate<TSource>(IObservable<TSource>)
Generates an observable sequence of images where all pixels are set to the same color value, and where each new image is emitted only when an observable sequence emits a notification.