|
Color4IsSame Method |
Returns true if byte values (each color is in range from 0 to 255) of this color are the same as byte values of the other colors.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public bool IsSame(
Color4 other
)
Parameters
- other Color4
- other Color4
Return Value
Booleantrue if byte values (each color is in range from 0 to 255) of this color are the same as byte values of the other colors
See Also