color16
struct color16Available without an import.
An RGBA color with four unsigned 16-bit channels.
Members
rfield
public uint16 rThe red channel.
gfield
public uint16 gThe green channel.
bfield
public uint16 bThe blue channel.
afield
public uint16 aThe alpha channel.
constructorconstructor
public constructor (uint16 r, uint16 g, uint16 b, uint16 a)Stores the RGBA channels in the supplied order without color-space conversion or alpha premultiplication.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.