Function TextureButton.textureClickMask

Pure black and white BitMap image to use for click detection. On the mask, white pixels represent the button's clickable area. Use it to create buttons with curved shapes.

BitMap textureClickMask() nothrow @property @nogc;

void textureClickMask (
  BitMap v
) nothrow @property @nogc;