ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRGBQuad Structure / ImGearRGBQuad Constructor / ImGearRGBQuad Constructor(Int32)
Gray color value.




In This Topic
ImGearRGBQuad Constructor(Int32)
In This Topic
Initializes a new instance of the ImGearRGBQuad structure with specified gray value.
Syntax
'Declaration
 
Public Function New( _
   ByVal gray As Integer _
)
 
'Usage
 
Dim gray As Integer
 
Dim instance As New ImGearRGBQuad(gray)

Parameters

gray
Gray color value.
See Also