Method | Description | |
---|---|---|
FromBgr ( byte b, byte g, byte r ) : |
||
FromBgra ( byte b, byte g, byte r, byte a ) : |
||
FromBgraClamped ( int b, int g, int r, int a ) : |
||
FromUInt32 ( uint value ) : |
||
GetIntensity ( ) : double |
Gets the luminance intensity of the pixel based on the values of the red, green, and blue components. Alpha is ignored.
|
|
GetIntensityByte ( ) : byte |
Gets the luminance intensity of the pixel based on the values of the red, green, and blue components. Alpha is ignored.
|
|
this ( int channel ) : byte |
public static FromBgr ( byte b, byte g, byte r ) : |
||
b | byte | |
g | byte | |
r | byte | |
return |
public static FromBgra ( byte b, byte g, byte r, byte a ) : |
||
b | byte | |
g | byte | |
r | byte | |
a | byte | |
return |
public static FromBgraClamped ( int b, int g, int r, int a ) : |
||
b | int | |
g | int | |
r | int | |
a | int | |
return |
public static FromUInt32 ( uint value ) : |
||
value | uint | |
return |