Cut In Color

Signature

void cutincolor(int red, int green, int blue, int alpha); //id:0x0319

Description

The purpose of this function is mostly unknown.

Arguments

Red

The red value of the color (0 -> 255).

Green

The green value of the color (0 -> 255).

Blue

The blue value of the color (0 -> 255).

Alpha

The alpha value of the color (0 -> 255).

Last updated