Kaliko.ImageLibrary
Brightness Method
Syntax
'Declaration
Public Shared Function Brightness( _ ByVal rgb As System.Integer _ ) As System.Integer
'Usage
Dim rgb As System.Integer Dim value As System.Integer value = PixelUtils.Brightness(rgb)
public static System.int Brightness( System.int rgb )
public function Brightness( rgb: System.Integer ): System.Integer; static;
public static function Brightness( rgb : System.int ) : System.int;
public: static System.int Brightness( System.int rgb )
public: static System.int Brightness( System.int rgb )
Parameters
- rgb
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also