Skip to content

libsodium.SecureMemoryblock.ColorValue

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

Method Signatures

 Function ColorValue(Offset As UInt64) As Color
 Sub ColorValue(Offset As UInt64, Assigns NewColor As Color)

Parameters

ColorValue(UInt64) As Color

Name Type Comment
Offset UInt64 The offset, in bytes, to read a color value at.

ColorValue(UInt64, Assigns Color)

Name Type Comment
Offset UInt64 The offset, in bytes, to write a byte value at.
NewColor Color The Color value to write.

Remarks

Gets and sets the 32-bit (4 byte) Color value at the specified offset.

Clone this wiki locally