Color.this

Create a color.Color boxed type.

  1. this(ushort red, ushort green, ushort blue)
    class Color
    this
    (
    ushort red = ushort.init
    ,
    ushort green = ushort.init
    ,
    ushort blue = ushort.init
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

red ushort

value of red component

green ushort

value of green component

blue ushort

value of blue component