noZeroToOneScaling property Null safety

bool noZeroToOneScaling
read / write

Set to true to prevent scaling of rgb values when all 3 fall between 0<=r,g,b<=1.0

Implementation

static bool noZeroToOneScaling = false;