Gets or sets the red color component.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public byte Red { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Red As Byte |
Visual C++ |
---|
public: property unsigned char Red { unsigned char get (); void set (unsigned char value); } |