BitsPerGreenChannel Property
In This Topic
Gets or sets the number of bits per Green component of RGB color data (8 by default).
Applicable to RGB(A) images only.
Syntax
'Declaration
Public Property BitsPerGreenChannel As System.Integer
public System.int BitsPerGreenChannel {get; set;}
See Also