Searched defs:rgbD (Results 1 – 1 of 1) sorted by relevance
112 private Frame(float n, float aw, float nbb, float ncb, float c, float nc, float[] rgbD, in Frame()160 float[] rgbD = new float[]{d * (100.0f / rW) + 1.0f - d, d * (100.0f / gW) + 1.0f - d, in make() local