| 
            
              YCbCr Constructor 
             | 
          
        
         
            Initializes a new instance of the 
YCbCr class.
            
 
    Namespace: 
   Accord.Imaging
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic YCbCr(
	float y,
	float cb,
	float cr
)
Public Sub New ( 
	y As Single,
	cb As Single,
	cr As Single
)
 Request Example
		View SourceParameters
- y
 - Type: SystemSingle
Y component. - cb
 - Type: SystemSingle
Cb component. - cr
 - Type: SystemSingle
Cr component. 
See Also