SizeInBytes Data Member Function

Returns the size of the <Color> object, which is 4 bytes.

Prototype

int32 SizeInBytes()

Examples

Copy Text To Clipboard

auto Color a = new Color( 255, 128, 64, 255 );

Console.Out( a.SizeInBytes() );

Results

4